|
||||||||||
| 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.LogistException
public class LogistException
An exception that is thrown when an unrecoverable error occurs that forces the platform to terminate.
| Constructor Summary | |
|---|---|
LogistException(java.lang.String message)
A platform exception that describes the encountered problem. |
|
LogistException(java.lang.String message,
java.lang.Throwable cause)
A platform exception that is caused by another exception. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LogistException(java.lang.String message,
java.lang.Throwable cause)
message - the error messagecause - the causepublic LogistException(java.lang.String message)
message - the error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||