public static class ValidationSupport.ValidationResultException extends Exception
Constructor and Description |
---|
ValidationResultException(ValidationResult result)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
getResult()
Returns the validation result.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationResultException(ValidationResult result)
result
- the validation result - must not be ValidationResult.VALID
public ValidationResult getResult()
Copyright © 2018 Litsec AB. All rights reserved.