|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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(String message)
Constructor for TimeoutException. |
|
TimeoutException(String message,
Throwable cause)
Constructor for TimeoutException. |
|
TimeoutException(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(String message)
message
- the error messagepublic TimeoutException(String message, Throwable cause)
message
- the error messagecause
- the cause of the exceptionpublic TimeoutException(Throwable cause)
cause
- the cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |