org.objectledge
Class ComponentInitializationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.objectledge.ComponentInitializationError
All Implemented Interfaces:
Serializable

public class ComponentInitializationError
extends Error

Thrown to indicate that a component cannot initialize itself.

Version:
$Id: ComponentInitializationError.java,v 1.3 2003/12/29 13:32:06 fil Exp $
Author:
rafal@caltha.pl
See Also:
Serialized Form

Constructor Summary
ComponentInitializationError()
          Creates an instance of the error without sepecifying message nor cause.
ComponentInitializationError(String message)
          Creates an instance of the error with the sepecified detail message.
ComponentInitializationError(String message, Throwable cause)
          Creates an instance of the error with the sepecified detail message and cause.
ComponentInitializationError(Throwable cause)
          Creates an instance of the error with the sepecified cause.
 
Method Summary
 
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

ComponentInitializationError

public ComponentInitializationError()
Creates an instance of the error without sepecifying message nor cause.


ComponentInitializationError

public ComponentInitializationError(String message)
Creates an instance of the error with the sepecified detail message.

Parameters:
message - a human readable detail message.

ComponentInitializationError

public ComponentInitializationError(Throwable cause)
Creates an instance of the error with the sepecified cause.

Parameters:
cause - the root cause of the exception.

ComponentInitializationError

public ComponentInitializationError(String message,
                                    Throwable cause)
Creates an instance of the error with the sepecified detail message and cause.

Parameters:
message - a human readable detail message.
cause - the root cause of the exception.


Copyright © 2003-2006 objectledge.org. All Rights Reserved.