java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.turbine.util.TurbineRuntimeException
org.apache.turbine.services.InstantiationException
- All Implemented Interfaces:
- org.apache.commons.lang.exception.Nestable, java.io.Serializable
- public class InstantiationException
- extends org.apache.turbine.util.TurbineRuntimeException
Thrown by InitableBroker and
ServiceBroker classes to indicate problems with
instatiation of requested objects.
Make sure you don't confuse this exception with the java.lang.InstantiationException.
- Version:
- $Id: InstantiationException.java 278822 2005-09-05 19:53:05Z henning $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
serialVersionUID
private static final long serialVersionUID
- Serial Version UID
- See Also:
- Constant Field Values
InstantiationException
public InstantiationException(java.lang.String msg)
- Construct an InstantiationException with specified detail
message.
InstantiationException
public InstantiationException(java.lang.String msg,
java.lang.Throwable t)
- Construct an InstantiatioException with specified detail message
and nested Throwable.