public class ValidationException extends RuntimeException
Validator.| Constructor and Description |
|---|
ValidationException()
Creates a new instance
|
ValidationException(String message)
Creates a new instance
|
ValidationException(String message,
Throwable cause)
Creates a new instance
|
ValidationException(Throwable cause)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
getFailureOn() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException()
public ValidationException(String message, Throwable cause)
message - the error messagecause - the Throwable causing this errorpublic ValidationException(String message)
message - the error messageCopyright © 2018 Latitude Srls. All rights reserved.