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: