java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.simscomputing.IllegalStateException
- All Implemented Interfaces:
- java.io.Serializable
- public class IllegalStateException
- extends java.lang.IllegalStateException
Indicates that an error has been detected in the software's design or
implementation. Provides the same functionality as
java.lang.IllegalStateException except that it also allows an
exception to be encapsulated.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:33 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
exception
private java.lang.Throwable exception
IllegalStateException
public IllegalStateException(java.lang.String message)
- Indicates that a software bug was found. The reason for the bug is listed
in the specified error message.
IllegalStateException
public IllegalStateException(java.lang.String message,
java.lang.Throwable exception)
- Use this constructor to include an exception that was the cause of
the software fault.
getException
public java.lang.Throwable getException()