Class TMRAPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ontopia.utils.OntopiaException
-
- net.ontopia.topicmaps.utils.tmrap.TMRAPException
-
- All Implemented Interfaces:
Serializable
public class TMRAPException extends OntopiaException
INTERNAL: Thrown to show that there was an error at the TMRAP level.- Since:
- 3.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaException
cause
-
-
Constructor Summary
Constructors Constructor Description TMRAPException(String msg)
TMRAPException(String msg, Throwable cause)
TMRAPException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-