org.tm4j.topicmap.unified
Class UnifiedTopicMapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.topicmap.TopicMapProcessingException
              extended byorg.tm4j.topicmap.unified.UnifiedTopicMapException
All Implemented Interfaces:
java.io.Serializable

public class UnifiedTopicMapException
extends TopicMapProcessingException

See Also:
Serialized Form

Constructor Summary
UnifiedTopicMapException(java.lang.String msg)
           
UnifiedTopicMapException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
          This method will override the getCause Method when compiled with JDK1.4
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnifiedTopicMapException

public UnifiedTopicMapException(java.lang.String msg)

UnifiedTopicMapException

public UnifiedTopicMapException(java.lang.String msg,
                                java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Description copied from class: TopicMapProcessingException
This method will override the getCause Method when compiled with JDK1.4

Overrides:
getCause in class TopicMapProcessingException
Returns:
a Exception specified in the constructor or null

getMessage

public java.lang.String getMessage()

toString

public java.lang.String toString()