Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.wwu.scdh.annotation.selection.wadm.ModelException
- All Implemented Interfaces:
Serializable
A exception cause by the triples in a given RDF model. This should
be used, e.g., if some triples are missing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelException(String msg) ModelException(String msg, Throwable cause) ModelException(Throwable cause) -
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
-
ModelException
-
ModelException
-