|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
logist.plan.IllegalPlanException
public class IllegalPlanException
An exception that is thrown when a plan violates a constraint.
A detailed description of the problem can be obtained from the toString method.
| Constructor Summary | |
|---|---|
IllegalPlanException(java.lang.String[] message)
Creates an IllegalPlanException |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
A string that describes the problem. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalPlanException(java.lang.String[] message)
message - A detailed description of the problem| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||