public class RDFParserException extends Exception
| Constructor and Description |
|---|
RDFParserException()
Instantiates a new RDF parser exception.
|
RDFParserException(String arg0)
Instantiates a new RDF parser exception.
|
RDFParserException(String arg0,
Throwable arg1)
Instantiates a new RDF parser exception.
|
RDFParserException(String arg0,
Throwable arg1,
boolean arg2,
boolean arg3)
Instantiates a new RDF parser exception.
|
RDFParserException(Throwable arg0)
Instantiates a new RDF parser exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RDFParserException()
public RDFParserException(String arg0)
arg0 - the arg0public RDFParserException(Throwable arg0)
arg0 - the arg0public RDFParserException(String arg0, Throwable arg1)
arg0 - the arg0arg1 - the arg1Copyright © 2016. All rights reserved.