Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.simscomputing
Class SoftwareFaultException  view SoftwareFaultException download SoftwareFaultException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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.


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.

Method Detail

getException

public java.lang.Throwable getException()
Deprecated.