com.newisys.randsolver
Class InvalidRandomVarException

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

public final class InvalidRandomVarException
extends RuntimeException

An exception to describe the condition when the Solver is asked to enable or disable a random variable that does not exist.

See Also:
Serialized Form

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

InvalidRandomVarException

public InvalidRandomVarException(Exception e)

InvalidRandomVarException

public InvalidRandomVarException(String msg)