Package net.ontopia.utils
Class OntopiaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstraintViolationException,DB2TMException,JTMException,NoSuchTopicException,OntopiaUnsupportedException,OntopolyModelRuntimeException,PersistenceRuntimeException,PhantomAccessException,RDFMappingException,ReadOnlyException,ReferenceNotOpenException,StoreDeletedException,StoreNotOpenException,TransactionNotActiveException,VizigatorReportException
PUBLIC: A runtime exception class that can be used to wrap other
exceptions with. This is the most generic runtime exception
used.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOntopiaRuntimeException(String message) OntopiaRuntimeException(String message, Throwable cause) OntopiaRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
cause
-
-
Constructor Details
-
OntopiaRuntimeException
-
OntopiaRuntimeException
-
OntopiaRuntimeException
- 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
-