|
|||||||||
| Home >> All >> com >> [ simscomputing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.simscomputing
Class SoftwareFaultException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.simscomputing.SoftwareFaultException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. use java.lang.IllegalStateException or com.simscomputing.IllegalStateException instead
- public class SoftwareFaultException
- extends java.lang.RuntimeException
Indicates that an error has been detected in the software's design or implementation.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:32 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Throwable |
exception
Deprecated. |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
SoftwareFaultException(java.lang.String message)
Deprecated. Indicates that a software bug was found. |
|
SoftwareFaultException(java.lang.String message,
java.lang.Throwable exception)
Deprecated. Use this constructor to include an exception that was the cause of the software fault. |
|
| Method Summary | |
java.lang.Throwable |
getException()
Deprecated. |
| 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 |
| Field Detail |
exception
private java.lang.Throwable exception
- Deprecated.
| Constructor Detail |
SoftwareFaultException
public SoftwareFaultException(java.lang.String message)
- Deprecated.
- Indicates that a software bug was found. The reason for the bug is listed in the specified error message.
- Indicates that a software bug was found. The reason for the bug is listed in the specified error message.
SoftwareFaultException
public SoftwareFaultException(java.lang.String message, java.lang.Throwable exception)
- Deprecated.
- Use this constructor to include an exception that was the cause of the software fault.
- Use this constructor to include an exception that was the cause of the software fault.
| Method Detail |
getException
public java.lang.Throwable getException()
- Deprecated.
|
|||||||||
| Home >> All >> com >> [ simscomputing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC