Class HeaderMismatchException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.KeyAccessor<String>

public class HeaderMismatchException extends TabularException.KeyException
Thrown in case there is a mismatch between the given Header and a Row (or another Header), i.e. the index for the given key in a header may be out of index of a given row or the given key does not exist in a Header.
See Also:
  • Constructor Details

    • HeaderMismatchException

      public HeaderMismatchException(String aMessage, String aKey, String aErrorCode)
    • HeaderMismatchException

      public HeaderMismatchException(String aMessage, String aKey, Throwable aCause, String aErrorCode)
    • HeaderMismatchException

      public HeaderMismatchException(String aMessage, String aKey, Throwable aCause)
    • HeaderMismatchException

      public HeaderMismatchException(String aMessage, String aKey)
    • HeaderMismatchException

      public HeaderMismatchException(String aKey, Throwable aCause, String aErrorCode)
    • HeaderMismatchException

      public HeaderMismatchException(String aKey, Throwable aCause)