Package com.highdeal.pnr.tif
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>
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 Summary
ConstructorsConstructorDescriptionBadFieldException(String name) Constructs aBadFieldExceptionwith atransaction fieldname. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadFieldException
Constructs aBadFieldExceptionwith atransaction fieldname.- Parameters:
name- The name of thetransaction fieldthat has generated this exception
-