fdda.utils
Class ComponentNotInitializedDisaster

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--fdda.utils.ComponentNotInitializedDisaster
All Implemented Interfaces:
Serializable

public class ComponentNotInitializedDisaster
extends RuntimeException

Disaster that is thrown if a component is not initialized before it is used. (Disasters are errors that prevent a component from working at all.) It is derived from RuntimeException and therefore needs not be declared in the 'throws' list.

Author:
Jörg Rüdenauer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ComponentNotInitializedDisaster()
          Default constructor without parameters.
ComponentNotInitializedDisaster(String message)
          Constructor with the 'message' parameter.
 
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
 

Constructor Detail

ComponentNotInitializedDisaster

public ComponentNotInitializedDisaster()
Default constructor without parameters.


ComponentNotInitializedDisaster

public ComponentNotInitializedDisaster(String message)
Constructor with the 'message' parameter. The message can be localized already.

Parameters:
message - the message that describes the disaster.


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.