public class ParameterValidateFailedException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected List<ValidationError> |
errors |
| Constructor and Description |
|---|
ParameterValidateFailedException() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValidationError(ValidationError error) |
List<ValidationError> |
getErrors() |
void |
setErrors(List<ValidationError> errors) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected List<ValidationError> errors
public List<ValidationError> getErrors()
public void setErrors(List<ValidationError> errors)
public void addValidationError(ValidationError error)
Copyright © 2015. All Rights Reserved.