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

Quick Search    Search Deep
C E G I M R W

C

CRITICAL - Static variable in class recoin.exception.RECOINException
Static variable representing a critical error.
ClassLoadingException - exception recoin.exception.ClassLoadingException.
A ClassLoadingException can be thrown whenever a Class is supposed to be loaded and instantiated dynamically with the help of its classname.
ClassLoadingException() - Constructor for class recoin.exception.ClassLoadingException
Creates a new ClassLoadingException
ClassLoadingException(String) - Constructor for class recoin.exception.ClassLoadingException
Creates a new ClassLoadingException with the specified message.
ClassLoadingException(String, Exception) - Constructor for class recoin.exception.ClassLoadingException
Creates a new ClassLoadingException with the specified original exception and the specified message.
ComponentException - exception recoin.exception.ComponentException.
A ComponentException is thrown if there are any Component related problems like unitiated fields or if the Component could not be loaded.
ComponentException() - Constructor for class recoin.exception.ComponentException
Creates a new ComponentException.
ComponentException(String) - Constructor for class recoin.exception.ComponentException
Creates a new ComponentException with the specified message.
ComponentException(String, Exception) - Constructor for class recoin.exception.ComponentException
Creates a new ComponentException with the specified original exception and the specified message.
ComponentRunnableException - exception recoin.exception.ComponentRunnableException.
A ComponentRunnableException exception is thrown if a ComponentRunnable cannot complete its task successfully.
ComponentRunnableException() - Constructor for class recoin.exception.ComponentRunnableException
Creates a new ComponentRunnableException.
ComponentRunnableException(String) - Constructor for class recoin.exception.ComponentRunnableException
Creates a new ComponentRunnableException with the specified message.
ComponentRunnableException(String, Exception) - Constructor for class recoin.exception.ComponentRunnableException
Creates a new ComponentRunnableException with the specified original exception and the specified message.
ComponentSupportException - exception recoin.exception.ComponentSupportException.
A ComponentSupportException generally is thrown if there occur any problems related to the processing of a ComponentSupport object.
It can be thrown, for example, when a ComponentSupport that is specified in a ComponentChain can't be found or if an appropriate ComponentSupport is present, but does not work as expected.
ComponentSupportException() - Constructor for class recoin.exception.ComponentSupportException
Creates a new ComponentSupportException.
ComponentSupportException(String) - Constructor for class recoin.exception.ComponentSupportException
Creates a new ComponentSupportException with the specified message.
ComponentSupportException(String, Exception) - Constructor for class recoin.exception.ComponentSupportException
Creates a new ComponentSupportException with the specified original exception and the specified message.
ComponentWorkerException - exception recoin.exception.ComponentWorkerException.
A ComponentWorkerException is thrown if there are any problems related to a special subclass of ComponentWorker.
ComponentWorkerException() - Constructor for class recoin.exception.ComponentWorkerException
Creates a new ComponentWorkerException.
ComponentWorkerException(String) - Constructor for class recoin.exception.ComponentWorkerException
Creates a new ComponentWorkerException with the specified message.
ComponentWorkerException(String, Exception) - Constructor for class recoin.exception.ComponentWorkerException
Creates a new ComponentWorkerException with the specified original exception and the specified message.

E

errorCategory - Variable in class recoin.exception.RECOINException
The error category of this RECOINException.

G

GUIException - exception recoin.exception.GUIException.
A GUIException is thrown by GUI components to signal a failure or a problem with the graphical interface.
GUIException() - Constructor for class recoin.exception.GUIException
Creates a new GUIException.
GUIException(String) - Constructor for class recoin.exception.GUIException
Creates a new GUIException with the specified message.
GUIException(String, Exception) - Constructor for class recoin.exception.GUIException
Creates a new GUIException with the specified original exception and the specified message.
getMessage() - Method in class recoin.exception.RECOINException
Returns the error message of this RECOINException.
If there exists an original exception that this RECOINException is based on, its error message is appended to the message of this RECOINException.

I

IllegalModuleException - exception recoin.exception.IllegalModuleException.
An IllegalModuleException can be thrown when an unexpected Module subclass is passed to a ModuleGroup subclass, i.e.
IllegalModuleException() - Constructor for class recoin.exception.IllegalModuleException
Creates a new IllegalModuleException.
IllegalModuleException(String) - Constructor for class recoin.exception.IllegalModuleException
Creates a new IllegalModuleException with the specified message.
IllegalModuleException(String, Exception) - Constructor for class recoin.exception.IllegalModuleException
Creates a new IllegalModuleException with the specified original exception and the specified message.
InitiationException - exception recoin.exception.InitiationException.
An InitiationException is only thrown in the initate() method of a Component.
InitiationException() - Constructor for class recoin.exception.InitiationException
Creates a new InitiationException.
InitiationException(String) - Constructor for class recoin.exception.InitiationException
Creates a new InitiationException with the specified message.
InitiationException(String, Exception) - Constructor for class recoin.exception.InitiationException
Creates a new InitiationException with the specified original exception and the specified message.

M

MissingDataException - exception recoin.exception.MissingDataException.
A MissingDataException can be thrown whenever a certain order or operation cannot be processed because of insufficient or missing data.
MissingDataException() - Constructor for class recoin.exception.MissingDataException
Creates a new MissingDataException
MissingDataException(String) - Constructor for class recoin.exception.MissingDataException
Creates a new MissingDataException with the specified message.
MissingDataException(String, Exception) - Constructor for class recoin.exception.MissingDataException
Creates a new MissingDataException with the specified original exception and the specified message.
myMessage - Variable in class recoin.exception.RECOINException
An additional message describing the context in which the exception was thrown.

R

RECOINException - exception recoin.exception.RECOINException.
This class forms the superclass for all individual exceptions thrown inside RECOIN.
RECOINException() - Constructor for class recoin.exception.RECOINException
Creates a new RECOINException.
RECOINException(String) - Constructor for class recoin.exception.RECOINException
Creates a new RECOINException with the specified message.
RECOINException(String, Exception) - Constructor for class recoin.exception.RECOINException
Creates a new RECOINException with the specified original exception and the specified message.
RepositoryException - exception recoin.exception.RepositoryException.
A RepositoryException is always thrown in connection with problems while accessing or manipulating the RECOIN repository.
RepositoryException() - Constructor for class recoin.exception.RepositoryException
Creates a new RepositoryException
RepositoryException(String) - Constructor for class recoin.exception.RepositoryException
Creates a new RepositoryException with the specified message.
RepositoryException(String, Exception) - Constructor for class recoin.exception.RepositoryException
Creates a new RepositoryException with the specified original exception and the specified message.
recoin.exception - package recoin.exception
 

W

WARNING - Static variable in class recoin.exception.RECOINException
Static variable representing a minor error.

C E G I M R W