org.tm4j.topicmap.utils
Class WriterPropertyNotRecognizedException

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

public class WriterPropertyNotRecognizedException
extends TopicMapProcessingException

Author:
Kal Ahmed (kal@techquila.com)
See Also:
Serialized Form

Constructor Summary
WriterPropertyNotRecognizedException(java.lang.String message)
           
 
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
 

Constructor Detail

WriterPropertyNotRecognizedException

public WriterPropertyNotRecognizedException(java.lang.String message)