org.tm4j.topicmap.utils
Class BuilderPropertyNotRecognizedException

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

public class BuilderPropertyNotRecognizedException
extends java.lang.Exception

Exception thrown when an attempt is made to set a runtime property for a TopicMapBuilder implementation using a property name that is not recognised by that implementation.

See Also:
Serialized Form

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

BuilderPropertyNotRecognizedException

public BuilderPropertyNotRecognizedException(java.lang.String msg)