org.tm4j.topicmap.utils
Class BuilderPropertyInvalidException

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

public class BuilderPropertyInvalidException
extends java.lang.Exception

Exception thrown when an attempt is made to set a runtime property for a TopicMapBuilder implementation to a value which is not allowed for that property by the implementation.

See Also:
Serialized Form

Constructor Summary
BuilderPropertyInvalidException(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

BuilderPropertyInvalidException

public BuilderPropertyInvalidException(java.lang.String msg)