public class ValidationException extends G9BaseException
| Constructor and Description |
|---|
ValidationException(Map<ValidationResult,ValidateContext> validationResult)
Create a new validation exception.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ValidationResult,ValidateContext> |
getValidationResults()
Get the map of failed validation results and corresponding validate
contexts.
|
getErrMsg, hasNested, setErrMsgaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(Map<ValidationResult,ValidateContext> validationResult)
validationResult - map of failed validation results and corresponding validate contextpublic Map<ValidationResult,ValidateContext> getValidationResults()
Copyright © 2006–2017 Esito AS. All rights reserved.