final class MultipleFailureException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<java.lang.Throwable> |
exceptions |
Constructor and Description |
---|
MultipleFailureException() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addException(java.lang.Throwable exception) |
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
(package private) boolean |
hasNestedExceptions() |
void addException(java.lang.Throwable exception)
boolean hasNestedExceptions()
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable