Package com.atomgraph.server.exception
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atomgraph.server.exception.ModelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SHACLConstraintViolationException,SkolemizationException,SPINConstraintViolationException
- Author:
- Martynas Jusevičius <martynas@atomgraph.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelException(Throwable throwable, org.apache.jena.rdf.model.Model model) ModelException(org.apache.jena.rdf.model.Model model) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelException
public ModelException(org.apache.jena.rdf.model.Model model) -
ModelException
-
-
Method Details
-
getModel
public org.apache.jena.rdf.model.Model getModel()
-