public class ValidationException extends Exception
Modifier and Type | Field and Description |
---|---|
protected ValidationResult |
result |
Constructor and Description |
---|
ValidationException(String message) |
ValidationException(ValidationResult result) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
ValidationResult |
getResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ValidationResult result
public ValidationException(String message)
public ValidationException(ValidationResult result)
public ValidationResult getResult()
public String getMessage()
getMessage
in class Throwable
Copyright © 2023 CrafterCMS. All rights reserved.