org.openorb.constraint
Class InvalidValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openorb.constraint.InvalidValue
All Implemented Interfaces:
java.io.Serializable

public class InvalidValue
extends java.lang.Exception

This exception is thrown by the tree evaluator if the constraint to evaluate contains an illegal value ( bad type or missing identifier ).

Author:
Jerome Daniel
See Also:
Serialized Form

Constructor Summary
InvalidValue()
          Basic constructor
InvalidValue(java.lang.String msg)
          Constructor with message
 
Method Summary
 
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

InvalidValue

public InvalidValue()
Basic constructor


InvalidValue

public InvalidValue(java.lang.String msg)
Constructor with message