com.newisys.randsolver
Class InvalidConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.newisys.randsolver.InvalidConstraintException
All Implemented Interfaces:
Serializable

public final class InvalidConstraintException
extends RuntimeException

An exception to describe the condition where the specified constraint it invalid. This is generally caused by a syntactic mistake when declaring the constraint.

See Also:
Serialized Form

Constructor Summary
InvalidConstraintException(Exception e)
           
InvalidConstraintException(String msg)
           
 
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

InvalidConstraintException

public InvalidConstraintException(Exception e)

InvalidConstraintException

public InvalidConstraintException(String msg)