Package org.apache.turbine.services
Klasse InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.turbine.util.TurbineException
org.apache.turbine.services.InitializationException
- Alle implementierten Schnittstellen:
Serializable
Thrown by
Initable
class in case of initialization
problems.- Version:
- $Id$
- Autor:
- Kevin Burton, Rafal Krzewski
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstruct an InitializationException with specified detail message.InitializationException
(String msg, Throwable t) Construct an InitializationException with specified detail message and nested Throwable. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
InitializationException
Construct an InitializationException with specified detail message.- Parameter:
msg
- The detail message.
-
InitializationException
Construct an InitializationException with specified detail message and nested Throwable.- Parameter:
msg
- The detail message.t
- the exception or error that caused this exception to be thrown.
-