Class ITransactionField.BadFieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highdeal.pnr.tif.ITransactionField.BadFieldException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ITransactionField.InvalidArgumentValueException, ITransactionField.InvalidTypeFieldException, ITransactionField.InvalidValueException, ITransactionField.MissingMandatoryArgumentException
Enclosing interface:
ITransactionField<E>

public abstract static class ITransactionField.BadFieldException extends Exception
This 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:

See Also:
  • Constructor Details

    • BadFieldException

      public BadFieldException(String name)
      Constructs a BadFieldException with a transaction field name.
      Parameters:
      name - The name of the transaction field that has generated this exception