JaCoP.core
Class FailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by JaCoP.core.FailException
All Implemented Interfaces:
java.io.Serializable

public class FailException
extends java.lang.RuntimeException

The unconsistency exception. Generated when the FDV domain becomes empty.

Author:
Krzysztof Kuchcinski and Radoslaw Szymanek
See Also:
Serialized Form

Method Summary
 java.lang.Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
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
 

Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable