org.apache.tapestry.util.exception
Class ExceptionDescription
java.lang.Object
|
+--org.apache.tapestry.util.exception.ExceptionDescription
- All Implemented Interfaces:
- Serializable
- public class ExceptionDescription
- extends Object
- implements 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.
- Version:
- $Id: ExceptionDescription.java,v 1.3 2004/02/19 17:37:43 hlship Exp $
- 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(String exceptionClassName,
String message,
ExceptionProperty[] properties,
String[] stackTrace)
getExceptionClassName
public String getExceptionClassName()
getMessage
public String getMessage()
getProperties
public ExceptionProperty[] getProperties()
getStackTrace
public String[] getStackTrace()