public static class ErrorSet.Detail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Throwable |
t |
java.lang.String |
text |
| Constructor and Description |
|---|
ErrorSet.Detail(java.lang.String text,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText() |
java.lang.Throwable |
getThrowable() |
public ErrorSet.Detail(java.lang.String text,
java.lang.Throwable t)
public java.lang.String getText()
public java.lang.Throwable getThrowable()
null if the exception that caused the error was not
specified.