public final class InputTypeValidationException extends RuntimeException
| Constructor and Description |
|---|
InputTypeValidationException(String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static InputTypeValidationException |
invalidType(Property property,
ValueType... expectedTypes) |
static InputTypeValidationException |
invalidValue(Property property,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static InputTypeValidationException invalidType(Property property, ValueType... expectedTypes)
public static InputTypeValidationException invalidValue(Property property, String message)