org.tm4j.topicmap
Class TopicNotFoundException

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

public class TopicNotFoundException
extends TopicMapProcessingException

Author:
Kal Ahmed, Harald Kuhn
See Also:
Serialized Form

Field Summary
protected  java.lang.String m_id
           
 
Constructor Summary
TopicNotFoundException()
           
TopicNotFoundException(java.lang.Exception cause)
           
TopicNotFoundException(java.lang.String id)
           
TopicNotFoundException(java.lang.String id, java.lang.Exception cause)
           
 
Methods inherited from class org.tm4j.topicmap.TopicMapProcessingException
getCause
 
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
 

Field Detail

m_id

protected java.lang.String m_id
Constructor Detail

TopicNotFoundException

public TopicNotFoundException()

TopicNotFoundException

public TopicNotFoundException(java.lang.String id)

TopicNotFoundException

public TopicNotFoundException(java.lang.Exception cause)

TopicNotFoundException

public TopicNotFoundException(java.lang.String id,
                              java.lang.Exception cause)