org.treebind
Class NotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.treebind.TreeBindException
              extended byorg.treebind.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends TreeBindException

Exception thrown when one tries to set a value on a ComplexProperty or to add sub property to a LeafProperty.

Author:
Eric van der Vlist
See Also:
ComplexProperty, LeafProperty, Serialized Form

Constructor Summary
NotImplementedException(java.lang.String message)
          Creates a new NotImplementedException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedException

public NotImplementedException(java.lang.String message)
Creates a new NotImplementedException.

Parameters:
message - the message associated to the exception.