Class TabularException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.tabular.TabularException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
ColumnMismatchException, HeaderMismatchException

public abstract class TabularException
extends org.refcodes.exception.AbstractException
Base exception for the refcodes-tabular artifact.
See Also:
Serialized Form
  • Constructor Details

    • TabularException

      public TabularException​(String aMessage, String aErrorCode)
      Instantiates a new tabular exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • TabularException

      public TabularException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new tabular exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • TabularException

      public TabularException​(String message, Throwable cause)
      Instantiates a new tabular exception.
      Parameters:
      message - the message
      cause - the cause
    • TabularException

      public TabularException​(String message)
      Instantiates a new tabular exception.
      Parameters:
      message - the message
    • TabularException

      public TabularException​(Throwable aCause, String aErrorCode)
      Instantiates a new tabular exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • TabularException

      public TabularException​(Throwable cause)
      Instantiates a new tabular exception.
      Parameters:
      cause - the cause