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

Quick Search    Search Deep
C E G I O S

C

com.simscomputing - package com.simscomputing
 

E

exception - Variable in class com.simscomputing.IllegalStateException
 
exception - Variable in class com.simscomputing.SoftwareFaultException
Deprecated.  

G

getException() - Method in class com.simscomputing.IllegalStateException
 
getException() - Method in class com.simscomputing.SoftwareFaultException
Deprecated.  

I

IllegalStateException - exception com.simscomputing.IllegalStateException.
Indicates that an error has been detected in the software's design or implementation.
IllegalStateException(String) - Constructor for class com.simscomputing.IllegalStateException
Indicates that a software bug was found.
IllegalStateException(String, Throwable) - Constructor for class com.simscomputing.IllegalStateException
Use this constructor to include an exception that was the cause of the software fault.

O

ObjectAlreadyExistsException - exception com.simscomputing.ObjectAlreadyExistsException.
Indicates that an object already exists in some collection.
ObjectAlreadyExistsException() - Constructor for class com.simscomputing.ObjectAlreadyExistsException
Default constructor.
ObjectAlreadyExistsException(String) - Constructor for class com.simscomputing.ObjectAlreadyExistsException
Instantiate the object.
ObjectDoesNotExistException - exception com.simscomputing.ObjectDoesNotExistException.
Indicates that the requested object does not already exist in some collection.
ObjectDoesNotExistException() - Constructor for class com.simscomputing.ObjectDoesNotExistException
Default constructor.
ObjectDoesNotExistException(String) - Constructor for class com.simscomputing.ObjectDoesNotExistException
Instantiate the object with the specified error message.

S

ServerFailureException - exception com.simscomputing.ServerFailureException.
Indicates that something has gone wrong on a server.
ServerFailureException(String) - Constructor for class com.simscomputing.ServerFailureException
Indicates that something has gone wrong on a server.
SoftwareFaultException - exception com.simscomputing.SoftwareFaultException.
Deprecated. use java.lang.IllegalStateException or com.simscomputing.IllegalStateException instead
SoftwareFaultException(String) - Constructor for class com.simscomputing.SoftwareFaultException
Deprecated. Indicates that a software bug was found.
SoftwareFaultException(String, Throwable) - Constructor for class com.simscomputing.SoftwareFaultException
Deprecated. Use this constructor to include an exception that was the cause of the software fault.

C E G I O S