java.io.Serializablepublic class ListException
extends java.lang.Exception
| Constructor | Description |
|---|---|
ListException(java.lang.String message,
java.util.List<java.lang.Throwable> exceptionList) |
Constructs a new exception with the specified detail message.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.Throwable> |
getExceptionList() |
Gets the list of exceptions.
|
public ListException(java.lang.String message,
java.util.List<java.lang.Throwable> exceptionList)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.exceptionList - a list of exceptions.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.