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:
java.io.Serializable
public class RioConfigurationException extends RDF4JException
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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RioConfigurationException(java.lang.String message)
RioConfigurationException(java.lang.String message, java.lang.Throwable t)
RioConfigurationException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-