org.apache.tapestry.util.exception
Class ExceptionDescription
java.lang.Object
org.apache.tapestry.util.exception.ExceptionDescription
- All Implemented Interfaces:
- java.io.Serializable
- public class ExceptionDescription
- extends java.lang.Object
- implements java.io.Serializable
A description of an Exception
. This is useful when presenting an
exception (in output or on a web page).
We capture all the information about an exception as
Strings.
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionDescription
public ExceptionDescription(java.lang.String exceptionClassName,
java.lang.String message,
ExceptionProperty[] properties,
java.lang.String[] stackTrace)
getExceptionClassName
public java.lang.String getExceptionClassName()
getMessage
public java.lang.String getMessage()
getProperties
public ExceptionProperty[] getProperties()
getStackTrace
public java.lang.String[] getStackTrace()