org.apache.tiles.request.reflect
Class CannotInstantiateObjectException

Package class diagram package CannotInstantiateObjectException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.request.RequestException
                  extended by org.apache.tiles.request.reflect.CannotInstantiateObjectException
All Implemented Interfaces:
Serializable

public class CannotInstantiateObjectException
extends RequestException

Indicates that an object cannot be instantiated.

Version:
$Rev: 1306435 $ $Date: 2012-03-28 11:39:11 -0400 (Wed, 28 Mar 2012) $
See Also:
Serialized Form

Constructor Summary
CannotInstantiateObjectException()
          Constructor.
CannotInstantiateObjectException(String message)
          Constructor.
CannotInstantiateObjectException(String message, Throwable e)
          Constructor.
CannotInstantiateObjectException(Throwable e)
          Constructor.
 
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

CannotInstantiateObjectException

public CannotInstantiateObjectException()
Constructor.


CannotInstantiateObjectException

public CannotInstantiateObjectException(String message)
Constructor.

Parameters:
message - The detail message.

CannotInstantiateObjectException

public CannotInstantiateObjectException(Throwable e)
Constructor.

Parameters:
e - The exception to be wrapped.

CannotInstantiateObjectException

public CannotInstantiateObjectException(String message,
                                        Throwable e)
Constructor.

Parameters:
message - The detail message.
e - The exception to be wrapped.


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.