|
|||||||||
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 java.lang.RuntimeException edu.uci.eecs.doc.clepsydra.ipet.ILPException
public class ILPException
An exception indicating that the ILP solver encountered an error and could not continue.
ILPSolver
,
Serialized FormConstructor Summary | |
---|---|
ILPException(String message)
Creates a new ILPException object. |
|
ILPException(String message,
Throwable cause)
Creates a new ILPException object. |
|
ILPException(Throwable cause)
Creates a new ILPException object. |
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 ILPException(String message)
message
- a message describing the problempublic ILPException(String message, Throwable cause)
message
- a message describing the problemcause
- an underlying problem that led to this exception being thrownpublic ILPException(Throwable cause)
cause
- an underlying problem that led to this exception being thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |