public class ThrowableInformation
extends java.lang.Object
implements java.io.Serializable
| 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() |
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 © 2020 Confluent, Inc.. All Rights Reserved.