public class ValidationException extends RuntimeException
| Constructor and Description |
|---|
ValidationException(List<Message> errors) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
We don't need stack traces for this exception.
|
List<Message> |
getErrors() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2014 Caelum. All rights reserved.