public class ValidationRuntimeException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected ValidationResult |
result |
| Constructor and Description |
|---|
ValidationRuntimeException(String message) |
ValidationRuntimeException(ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
ValidationResult |
getResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ValidationResult result
public ValidationRuntimeException(String message)
public ValidationRuntimeException(ValidationResult result)
public ValidationResult getResult()
public String getMessage()
getMessage in class ThrowableCopyright © 2018 CrafterCMS. All rights reserved.