public class CheckEntrySyntaxException extends OpenDsException
| Constructor and Description |
|---|
CheckEntrySyntaxException(List<LocalizableMessage> errors)
Constructor of the exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<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<LocalizableMessage> errors)
errors - the list of error description that were found.public List<LocalizableMessage> getErrors()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.