Package org.eclipse.rdf4j
Class RDF4JException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.OpenRDFException
-
- org.eclipse.rdf4j.RDF4JException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DAWGTestResultSetParseException
,FedXException
,LiteralUtilException
,MalformedQueryException
,MalformedSpinException
,ModelException
,QueryEvaluationException
,QueryResultHandlerException
,QueryResultParseException
,RDF4JConfigException
,RDFHandlerException
,RDFParseException
,RemoteShaclValidationException
,RepositoryException
,RioConfigurationException
,SailException
,UpdateExecutionException
public abstract class RDF4JException extends OpenRDFException
General superclass of all unchecked exceptions that parts of RDF4J can throw.- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RDF4JException()
RDF4JException(String msg)
RDF4JException(String msg, Throwable t)
RDF4JException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-