public class ThrowableInformation extends Object implements Serializable
| Constructor and Description |
|---|
ThrowableInformation(String[] r)
Create new instance.
|
ThrowableInformation(Throwable throwable) |
ThrowableInformation(Throwable throwable,
Category category)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getThrowable() |
String[] |
getThrowableStrRep() |
public ThrowableInformation(Throwable throwable)
public ThrowableInformation(Throwable throwable, Category category)
throwable - throwable, may not be null.category - category used to obtain ThrowableRenderer, may be null.public ThrowableInformation(String[] r)
r - String representation of throwable.Copyright © 1999–2024 QOS.CH Sarl (Switzerland). All rights reserved.