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:
TabularException.ColumnException, TabularException.HeaderException, TabularException.KeyException

public abstract class TabularException extends org.refcodes.exception.AbstractException
Base exception for this artifact.
See Also:
  • Constructor Details

    • TabularException

      public TabularException(String aMessage, String aErrorCode)
      Instantiates the class TabularException.
      See Also:
      • AbstractException(String, String)
    • TabularException

      public TabularException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class TabularException.
      See Also:
      • AbstractException(String, Throwable, String)
    • TabularException

      public TabularException(String aMessage, Throwable aCause)
      Instantiates the class TabularException.
      See Also:
      • AbstractException(String, Throwable)
    • TabularException

      public TabularException(String aMessage)
      Instantiates the class TabularException.
      See Also:
      • AbstractException(String)
    • TabularException

      public TabularException(Throwable aCause, String aErrorCode)
      Instantiates the class TabularException.
      See Also:
      • AbstractException(Throwable, String)
    • TabularException

      public TabularException(Throwable aCause)
      Instantiates the class TabularException.
      See Also:
      • AbstractException(Throwable)