| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.sat4j.specs.TimeoutException
public class TimeoutException
Exception launched when the solver cannot solve a problem within its allowed time. Note that the name of that exception is subject to change since a TimeoutException must also be launched by incomplete solvers to reply "Unknown".
| Constructor Summary | |
|---|---|
TimeoutException()
Constructor for TimeoutException.  | 
|
TimeoutException(java.lang.String message)
Constructor for TimeoutException.  | 
|
TimeoutException(java.lang.String message,
                 java.lang.Throwable cause)
Constructor for TimeoutException.  | 
|
TimeoutException(java.lang.Throwable cause)
Constructor for TimeoutException.  | 
|
| 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 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public TimeoutException()
public TimeoutException(java.lang.String message)
message - the error message
public TimeoutException(java.lang.String message,
                        java.lang.Throwable cause)
message - the error messagecause - the cause of the exceptionpublic TimeoutException(java.lang.Throwable cause)
cause - the cause of the exception
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||