com.newisys.randsolver
Class UnsolvableConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnsolvableConstraintException(Exception e)
           
UnsolvableConstraintException(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

UnsolvableConstraintException

public UnsolvableConstraintException(Exception e)

UnsolvableConstraintException

public UnsolvableConstraintException(String msg)