public abstract class ValidationException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
ValidationException(Collection<Error> errors) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
create(Class<? extends ValidationException> exceptionClass) |
Collection<Error> |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ValidationException(Collection<Error> errors)
public Collection<Error> getError()
public static RuntimeException create(Class<? extends ValidationException> exceptionClass)
Copyright © 2019 com.github.mvallim. All rights reserved.