Class RDF4JException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DAWGTestResultSetParseException,LiteralUtilException,MalformedQueryException,MalformedSpinException,ModelException,QueryEvaluationException,QueryResultHandlerException,QueryResultParseException,RDF4JConfigException,RDFHandlerException,RDFParseException,RemoteShaclValidationException,RepositoryException,RioConfigurationException,SailException,ShaclParsingException,ShaclShapeParsingException,ShaclSparqlConstraintFailureException,UpdateExecutionException
public abstract class RDF4JException extends java.lang.RuntimeExceptionGeneral superclass of all unchecked exceptions that parts of RDF4J can throw.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description RDF4JException()RDF4JException(java.lang.String msg)RDF4JException(java.lang.String msg, java.lang.Throwable t)RDF4JException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-