|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.tm4j.topicmap.TopicMapProcessingException
Indicates that the engine encountered an unexpected condition during topic map processing. Examples of conditions causing this exception to be thrown include:
| Constructor Summary | |
TopicMapProcessingException()
Constructs a new topic map processing exception without a detail message. |
|
TopicMapProcessingException(java.lang.Exception cause)
Creates an exception which wraps a nested error. |
|
TopicMapProcessingException(java.lang.String msg)
Constructs a new topic map processing exception with the specified detail message. |
|
TopicMapProcessingException(java.lang.String msg,
java.lang.Exception cause)
Creates an exception which wraps a nested error. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
This method will override the getCause Method when compiled with JDK1.4 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, 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 TopicMapProcessingException(java.lang.Exception cause)
cause - The nested exception which is wrapped by this exception.
public TopicMapProcessingException(java.lang.String msg,
java.lang.Exception cause)
msg - The error message associated with this exception.cause - The nested exception which is wrapped by this exception.public TopicMapProcessingException()
public TopicMapProcessingException(java.lang.String msg)
msg - The detail message to be associated with this exception.| Method Detail |
public java.lang.Throwable getCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||