org.tm4j.topicmap
Class InvalidTopicMapException

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

Deprecated. This class is not used.

public class InvalidTopicMapException
extends java.lang.Exception

Exception to be thrown on encountering a error while parsing the topic map.

Author:
Kal Ahmed
See Also:
TopicMapProcessingException, Serialized Form

Constructor Summary
InvalidTopicMapException()
          Deprecated.  
InvalidTopicMapException(java.lang.String info)
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InvalidTopicMapException

public InvalidTopicMapException()
Deprecated. 

InvalidTopicMapException

public InvalidTopicMapException(java.lang.String info)
Deprecated.