org.apache.tapestry.util.exception
Class ExceptionDescription

java.lang.Object
  extended by 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

Constructor Summary
ExceptionDescription(java.lang.String exceptionClassName, java.lang.String message, ExceptionProperty[] properties, java.lang.String[] stackTrace)
           
 
Method Summary
 java.lang.String getExceptionClassName()
           
 java.lang.String getMessage()
           
 ExceptionProperty[] getProperties()
           
 java.lang.String[] getStackTrace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionDescription

public ExceptionDescription(java.lang.String exceptionClassName,
                            java.lang.String message,
                            ExceptionProperty[] properties,
                            java.lang.String[] stackTrace)
Method Detail

getExceptionClassName

public java.lang.String getExceptionClassName()

getMessage

public java.lang.String getMessage()

getProperties

public ExceptionProperty[] getProperties()

getStackTrace

public java.lang.String[] getStackTrace()