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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.refcodes.tabular.TabularException.ColumnException
TabularException.ColumnException.ColumnValueExceptionNested classes/interfaces inherited from class org.refcodes.tabular.TabularException
TabularException.ColumnException, TabularException.HeaderException, TabularException.KeyExceptionNested classes/interfaces inherited from interface org.refcodes.tabular.ColumnAccessor
ColumnAccessor.ColumnMutator<T>, ColumnAccessor.ColumnProperty<T>Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface org.refcodes.mixin.ValueAccessor
org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V, B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V>, org.refcodes.mixin.ValueAccessor.ValueProperty<V> -
Field Summary
FieldsFields inherited from class org.refcodes.tabular.TabularException.ColumnException
_column -
Constructor Summary
ConstructorsConstructorDescriptionColumnValueException(String aMessage, Column<?> aColumn, Object aValue) ColumnValueException(String aMessage, Column<?> aColumn, Object aValue, String aErrorCode) ColumnValueException(String aMessage, Column<?> aColumn, Object aValue, Throwable aCause) ColumnValueException(String aMessage, Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode) ColumnValueException(Column<?> aColumn, Object aValue, Throwable aCause) ColumnValueException(Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class org.refcodes.tabular.TabularException.ColumnException
getColumnMethods inherited from class org.refcodes.exception.AbstractException
getErrorCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.exception.Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessageMethods inherited from interface org.refcodes.mixin.ValueAccessor
getValueOr
-
Field Details
-
_value
-
-
Constructor Details
-
ColumnValueException
-
ColumnValueException
-
ColumnValueException
-
ColumnValueException
-
ColumnValueException
-
ColumnValueException
-
-
Method Details
-
getValue
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceorg.refcodes.exception.Trap- Overrides:
getPatternArgumentsin classTabularException.ColumnException
-