|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tm4j.topicmap.TopicMapRuntimeException
Indicates that the engine encountered an unexpected condition at runtime.
| Constructor Summary | |
TopicMapRuntimeException(java.lang.String msg)
Creates an exception which does not wrap a nested error. |
|
TopicMapRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Creates an exception which wraps a nested error. |
|
TopicMapRuntimeException(java.lang.Throwable cause)
Creates an exception which wraps a nested error. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the nested error which this TopicMapException wraps. |
java.lang.String |
getMessage()
Returns a displayable message for the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TopicMapRuntimeException(java.lang.Throwable cause)
cause - The nested exception which is wrapped by this exception.
public TopicMapRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
msg - The error message associated with this exception.cause - The nested exception which is wrapped by this exception.public TopicMapRuntimeException(java.lang.String msg)
msg - The error message associated with the exception.| Method Detail |
public java.lang.String getMessage()
public java.lang.Throwable getCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||