jopt.csp.variable
Class PropagationFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjopt.csp.variable.PropagationFailureException
All Implemented Interfaces:
java.io.Serializable

public class PropagationFailureException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PropagationFailureException()
           
PropagationFailureException(java.lang.String msg)
           
PropagationFailureException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

PropagationFailureException

public PropagationFailureException()

PropagationFailureException

public PropagationFailureException(java.lang.String msg)

PropagationFailureException

public PropagationFailureException(java.lang.String msg,
                                   java.lang.Throwable cause)