public final class InputTypeValidationException
extends java.lang.RuntimeException
Constructor and Description |
---|
InputTypeValidationException(java.lang.String message,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
static InputTypeValidationException |
invalidType(Property property,
ValueType... expectedTypes) |
static InputTypeValidationException |
invalidValue(Property property,
java.lang.String message) |
public InputTypeValidationException(java.lang.String message, java.lang.Object... args)
public static InputTypeValidationException invalidType(Property property, ValueType... expectedTypes)
public static InputTypeValidationException invalidValue(Property property, java.lang.String message)