public class ThrowableInformation
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private Category |
category |
private java.lang.String[] |
rep |
(package private) static long |
serialVersionUID |
private java.lang.Throwable |
throwable |
| Constructor and Description |
|---|
ThrowableInformation(java.lang.String[] r)
Create new instance.
|
ThrowableInformation(java.lang.Throwable throwable) |
ThrowableInformation(java.lang.Throwable throwable,
Category category)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getThrowable() |
java.lang.String[] |
getThrowableStrRep() |
static final long serialVersionUID
private transient java.lang.Throwable throwable
private transient Category category
private java.lang.String[] rep
public ThrowableInformation(java.lang.Throwable throwable)
public ThrowableInformation(java.lang.Throwable throwable,
Category category)
throwable - throwable, may not be null.category - category used to obtain ThrowableRenderer, may be null.public ThrowableInformation(java.lang.String[] r)
r - String representation of throwable.