|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.tiles.TilesException org.apache.tiles.reflect.CannotInstantiateObjectException
public class CannotInstantiateObjectException
Indicates that an object cannot be instantiated.
Constructor Summary | |
---|---|
CannotInstantiateObjectException()
Constructor. |
|
CannotInstantiateObjectException(Exception e)
Constructor. |
|
CannotInstantiateObjectException(String message)
Constructor. |
|
CannotInstantiateObjectException(String message,
Exception 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 |
---|
public CannotInstantiateObjectException()
public CannotInstantiateObjectException(String message)
message
- The detail message.public CannotInstantiateObjectException(Exception e)
e
- The exception to be wrapped.public CannotInstantiateObjectException(String message, Exception e)
message
- The detail message.e
- The exception to be wrapped.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |