org.openorb.constraint
Class InvalidConstraint

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

public class InvalidConstraint
extends java.lang.Exception

This exception is thrown by the tree builder if the constraint to parser contains an illegal expression.

Author:
Jerome Daniel
See Also:
Serialized Form

Constructor Summary
InvalidConstraint()
          Basic constructor.
InvalidConstraint(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

InvalidConstraint

public InvalidConstraint()
Basic constructor.


InvalidConstraint

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