Class RDF4JException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DAWGTestResultSetParseException, FedXException, LiteralUtilException, MalformedQueryException, MalformedSpinException, ModelException, QueryEvaluationException, QueryResultHandlerException, QueryResultParseException, RDF4JConfigException, RDF4JSpringException, RDFHandlerException, RDFParseException, RemoteShaclValidationException, RepositoryException, RioConfigurationException, SailException, UpdateExecutionException

public abstract class RDF4JException extends RuntimeException
General superclass of all unchecked exceptions that parts of RDF4J can throw.
Author:
Jeen Broekstra
See Also:
  • Constructor Details

    • RDF4JException

      public RDF4JException()
    • RDF4JException

      public RDF4JException(String msg)
    • RDF4JException

      public RDF4JException(Throwable t)
    • RDF4JException

      public RDF4JException(String msg, Throwable t)