public class ValidationSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationSupport.ValidationResultException
Exception class that should be used internally by validators to process errors.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
check(ValidationResult result)
Checks if the result is VALID.
|
public static void check(ValidationResult result) throws ValidationSupport.ValidationResultException
ValidationResultException is thrown.result - the result to checkValidationSupport.ValidationResultException - for non VALID resultsCopyright © 2018 Litsec AB. All rights reserved.