java.io.Serializable
public class ThrowableInformation
extends java.lang.Object
implements java.io.Serializable
Constructor | 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 | Description |
---|---|---|
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.Copyright 2000-2007 Apache Software Foundation.