public class CheckEntrySyntaxException extends OpenDsException
| Constructor and Description |
|---|
CheckEntrySyntaxException(List<org.forgerock.i18n.LocalizableMessage> errors)
Constructor of the exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.forgerock.i18n.LocalizableMessage> |
getErrors()
Returns the list of errors that were encountered.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CheckEntrySyntaxException(List<org.forgerock.i18n.LocalizableMessage> errors)
errors - the list of error description that were found.public List<org.forgerock.i18n.LocalizableMessage> getErrors()
Copyright © 2010-2020 Wren Security. All Rights Reserved.