Package org.eclipse.rdf4j.rio.helpers
Class RioConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.rio.helpers.RioConfigurationException
- All Implemented Interfaces:
Serializable
A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported. A typical
cause of this exception is that a system property is used to specify a default setting, for a setting that does not
support this way of default specification.
- Author:
- Jeen Broekstra
- See Also:
-
Constructor Summary
ConstructorDescriptionRioConfigurationException
(String message) RioConfigurationException
(String message, 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
-
RioConfigurationException
-
RioConfigurationException
-
RioConfigurationException
-