com.newisys.randsolver
Class UnsolvableConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.newisys.randsolver.UnsolvableConstraintException
- All Implemented Interfaces:
- Serializable
public class UnsolvableConstraintException
- extends RuntimeException
An exception to describe the condition where the Solver is asked to
randomize an object, but the constraints of that object are such that no
solution exists.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsolvableConstraintException
public UnsolvableConstraintException(Exception e)
UnsolvableConstraintException
public UnsolvableConstraintException(String msg)