Class ColumnMismatchException
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
org.refcodes.tabular.ColumnMismatchException
- All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.ValueAccessor<Object>, ColumnAccessor
-
Nested Class Summary
Nested classes/interfaces inherited from class TabularException.ColumnException
TabularException.ColumnException.ColumnValueExceptionNested classes/interfaces inherited from class TabularException
TabularException.ColumnException, TabularException.HeaderException, TabularException.KeyExceptionNested classes/interfaces inherited from interface ColumnAccessor
ColumnAccessor.ColumnMutator<T>, ColumnAccessor.ColumnProperty<T>Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
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>, org.refcodes.mixin.ValueAccessor.ValueMutator<V>, org.refcodes.mixin.ValueAccessor.ValueProperty<V> -
Field Summary
Fields inherited from class TabularException.ColumnException.ColumnValueException
_valueFields inherited from class TabularException.ColumnException
_column -
Constructor Summary
ConstructorsConstructorDescriptionColumnMismatchException(String aMessage, Column<?> aColumn, Object aValue) ColumnMismatchException(String aMessage, Column<?> aColumn, Object aValue, String aErrorCode) ColumnMismatchException(Column<?> aColumn, Object aValue, String aMessage, Throwable aCause) ColumnMismatchException(Column<?> aColumn, Object aValue, String aMessage, Throwable aCause, String aErrorCode) ColumnMismatchException(Column<?> aColumn, Object aValue, Throwable aCause) ColumnMismatchException(Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class TabularException.ColumnException.ColumnValueException
getPatternArguments, getValueMethods inherited from class TabularException.ColumnException
getColumnMethods inherited from class org.refcodes.exception.AbstractException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class 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
-
Constructor Details
-
ColumnMismatchException
-
ColumnMismatchException
-
ColumnMismatchException
-
ColumnMismatchException
-
ColumnMismatchException
-
ColumnMismatchException
-