logist
Class LogistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by logist.LogistException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XMLWritingException

public class LogistException
extends java.lang.RuntimeException

An exception that is thrown when an unrecoverable error occurs that forces the platform to terminate.

Author:
Robin Steiger
See Also:
Serialized Form

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

LogistException

public LogistException(java.lang.String message,
                       java.lang.Throwable cause)
A platform exception that is caused by another exception.

Parameters:
message - the error message
cause - the cause

LogistException

public LogistException(java.lang.String message)
A platform exception that describes the encountered problem.

Parameters:
message - the error message