com.highdeal.pnr.tif
Class ITransactionField.BadFieldException

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

public abstract static class ITransactionField.BadFieldException
extends java.lang.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:
Serialized Form

Constructor Summary
ITransactionField.BadFieldException(java.lang.String name)
          Constructs a BadFieldException with a transaction field name.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ITransactionField.BadFieldException

public ITransactionField.BadFieldException(java.lang.String name)
Constructs a BadFieldException with a transaction field name.

Parameters:
name - The name of the transaction field that has generated this exception

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)