com.newisys.randsolver
Class InvalidConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidConstraintException
public InvalidConstraintException(Exception e)
InvalidConstraintException
public InvalidConstraintException(String msg)