public static final class ITransactionField.InvalidValueException extends ITransactionField.BadFieldException
transaction field does not contain a value that is compatible with this field.| Constructor and Description |
|---|
InvalidValueException(ITransactionField<?> origin,
Class<?> expectedType,
String value,
String... expectedValue)
Constructs an
InvalidTypeFieldException with a transaction field and the field name. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidValueException(ITransactionField<?> origin, Class<?> expectedType, String value, String... expectedValue)
InvalidTypeFieldException with a transaction field and the field name.origin - The transaction field that has generated this exceptionexpectedType - The class of the expected typevalue - The provided valueexpectedValue - The provided value