Package org.eclipse.rdf4j.model.util
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.model.util.ModelException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelException
(String message) ModelException
(String message, Throwable cause) ModelException
(Throwable cause) ModelException
(Value value) ModelException
(Value v1, Value v2) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ModelException
-
ModelException
-
ModelException
-
ModelException
-
ModelException
-
-
Method Details
-
buildMessage
-