public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(Map<String,List<ValidationResult>> errors) |
ValidationException(String s) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ValidationResult>> |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(Map<String,List<ValidationResult>> errors)
public ValidationException(String s)
public Map<String,List<ValidationResult>> getErrors()
Copyright © 2012–2014 TORCH GmbH. All rights reserved.