org.apache.cocoon.framework
Class InitializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.InstantiationException
                    |
                    +--org.apache.cocoon.framework.InitializationException

public class InitializationException
extends java.lang.InstantiationException

This exception is thrown when a Configurable object is initialized with illegal parameters and cannot complete its initialization.

When such exception is thrown, the object is not guaranteed to be usable and the factory should behave accordingly.

Version:
$Revision: 1.1 $ $Date: 1999/08/14 22:17:37 $
Author:
Stefano Mazzocchi
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
InitializationException()
           
InitializationException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

InitializationException

public InitializationException()

InitializationException

public InitializationException(java.lang.String message)


Copyright 1999 Java Apache Project. All Rights Reserved.