Package net.ontopia.utils
Class OntopiaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.OntopiaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentStoreException,PersistenceException,QueryException,TMRAPException
PUBLIC: An exception class that can be used to wrap other
exceptions with. This is the most generic exception used.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOntopiaException(String message) OntopiaException(String message, Throwable cause) OntopiaException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
cause
-
-
Constructor Details
-
OntopiaException
-
OntopiaException
-
OntopiaException
- Since:
- 1.3
-
-
Method Details
-
getCause
-
getMessage
- Overrides:
getMessagein classThrowable- Since:
- 1.3.2
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-