Class TabularException.ColumnException.ColumnValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.tabular.TabularException
org.refcodes.tabular.TabularException.ColumnException
org.refcodes.tabular.TabularException.ColumnException.ColumnValueException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.ValueAccessor<Object>, ColumnAccessor
Direct Known Subclasses:
ColumnMismatchException
Enclosing class:
TabularException.ColumnException

protected abstract static class TabularException.ColumnException.ColumnValueException extends TabularException.ColumnException implements org.refcodes.mixin.ValueAccessor<Object>
Base exception with a Column and a related value.
See Also:
  • Field Details

    • _value

      protected Object _value
  • Constructor Details

    • ColumnValueException

      public ColumnValueException(String aMessage, Column<?> aColumn, Object aValue, String aErrorCode)
      Parameters:
      aValue - The according value.
    • ColumnValueException

      public ColumnValueException(String aMessage, Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode)
      Parameters:
      aValue - The according value.
    • ColumnValueException

      public ColumnValueException(String aMessage, Column<?> aColumn, Object aValue, Throwable aCause)
      Parameters:
      aValue - The according value.
    • ColumnValueException

      public ColumnValueException(String aMessage, Column<?> aColumn, Object aValue)
      Parameters:
      aValue - The according value.
    • ColumnValueException

      public ColumnValueException(Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode)
      Parameters:
      aValue - The according value.
    • ColumnValueException

      public ColumnValueException(Column<?> aColumn, Object aValue, Throwable aCause)
      Parameters:
      aValue - The according value.
  • Method Details