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,
java.lang.Class<?> expectedType,
java.lang.String value,
java.lang.String... expectedValue)
Constructs an
InvalidTypeFieldException with a transaction field and the field name. |
public InvalidValueException(ITransactionField<?> origin, java.lang.Class<?> expectedType, java.lang.String value, java.lang.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