public class ThrowableInformation
extends java.lang.Object
implements java.io.Serializable
| 构造器和说明 |
|---|
ThrowableInformation(java.lang.String[] r)
Create new instance.
|
ThrowableInformation(java.lang.Throwable throwable) |
ThrowableInformation(java.lang.Throwable throwable,
Category category)
Create a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Throwable |
getThrowable() |
java.lang.String[] |
getThrowableStrRep() |
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.