Class RDF4JConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.common.exception.RDF4JConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RepositoryConfigException
,SailConfigException
Exception indicating a configuration problem in an RDF4J component.
- Author:
- Jeen Broekstra
- See Also:
-
Constructor Summary
ConstructorDescriptionRDF4JConfigException
(String message) RDF4JConfigException
(String msg, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RDF4JConfigException
public RDF4JConfigException() -
RDF4JConfigException
-
RDF4JConfigException
-
RDF4JConfigException
-