public class InvalidArgumentsException extends BaseUncheckedException
EMPTY_SPACE| Constructor and Description |
|---|
InvalidArgumentsException(List<ServiceError> list)
Constructor with list as the argument.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceError> |
getList()
Getter for error list.
|
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidArgumentsException(List<ServiceError> list)
list - the error list.public List<ServiceError> getList()
Copyright © 2020. All rights reserved.