public class ExceptionDescription extends java.lang.Object implements java.io.Serializable
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.
| Constructor and Description |
|---|
ExceptionDescription(java.lang.String exceptionClassName,
java.lang.String message,
ExceptionProperty[] properties,
java.lang.String[] stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExceptionClassName() |
java.lang.String |
getMessage() |
ExceptionProperty[] |
getProperties() |
java.lang.String[] |
getStackTrace() |
public ExceptionDescription(java.lang.String exceptionClassName, java.lang.String message, ExceptionProperty[] properties, java.lang.String[] stackTrace)
public java.lang.String getExceptionClassName()
public java.lang.String getMessage()
public ExceptionProperty[] getProperties()
public java.lang.String[] getStackTrace()