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

Quick Search    Search Deep

recoin.exception
Class InitiationException  view InitiationException download InitiationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrecoin.exception.RECOINException
              extended byrecoin.exception.InitiationException
All Implemented Interfaces:
java.io.Serializable

public class InitiationException
extends RECOINException

An InitiationException is only thrown in the initate() method of a Component. It signals the failure or describes problems that occured when a Component object tried to initialize itself.

Version:
0.2.9

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class recoin.exception.RECOINException
myMessage
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InitiationException()
          Creates a new InitiationException.
InitiationException(java.lang.String msg)
          Creates a new InitiationException with the specified message.
InitiationException(java.lang.String msg, java.lang.Exception e)
          Creates a new InitiationException with the specified original exception and the specified message.
 
Methods inherited from class recoin.exception.RECOINException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InitiationException

public InitiationException()
Creates a new InitiationException.


InitiationException

public InitiationException(java.lang.String msg)
Creates a new InitiationException with the specified message.


InitiationException

public InitiationException(java.lang.String msg,
                           java.lang.Exception e)
Creates a new InitiationException with the specified original exception and the specified message.