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

Quick Search    Search Deep

org.apache.turbine.services
Class InstantiationException  view InstantiationException download InstantiationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended byorg.apache.turbine.util.TurbineRuntimeException
                      extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InstantiationException(java.lang.String msg)
          Construct an InstantiationException with specified detail message.
InstantiationException(java.lang.String msg, java.lang.Throwable t)
          Construct an InstantiatioException with specified detail message and nested Throwable.
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

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.