public abstract static class ITransactionField.BadFieldException
extends java.lang.Exception
abstract Java class represents an
exception that is thrown if a transaction field cannot be accessed;
Consider the direct known subclasses.
The main error reasons are:
| Constructor and Description |
|---|
BadFieldException(java.lang.String name)
Constructs a
BadFieldException with a transaction field name. |
public BadFieldException(java.lang.String name)
BadFieldException with a transaction field name.name - The name of the transaction field that has generated this exception