Class ColumnMismatchException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, 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 ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface ValueAccessor
ValueAccessor.ValueBuilder<V,B>, ValueAccessor.ValueMutator<V>, 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) Instantiates the classColumnMismatchException.ColumnMismatchException(String aMessage, Column<?> aColumn, Object aValue, String aErrorCode) Instantiates the classColumnMismatchException.ColumnMismatchException(Column<?> aColumn, Object aValue, String aMessage, Throwable aCause) Instantiates the classColumnMismatchException.ColumnMismatchException(Column<?> aColumn, Object aValue, String aMessage, Throwable aCause, String aErrorCode) Instantiates the classColumnMismatchException.ColumnMismatchException(Column<?> aColumn, Object aValue, Throwable aCause) Instantiates the classColumnMismatchException.ColumnMismatchException(Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode) Instantiates the classColumnMismatchException. -
Method Summary
Methods inherited from class TabularException.ColumnException.ColumnValueException
getPatternArguments, getValueMethods inherited from class TabularException.ColumnException
getColumnMethods inherited from class 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 Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessageMethods inherited from interface ValueAccessor
getValueOr, hasValue
-
Constructor Details
-
ColumnMismatchException
public ColumnMismatchException(String aMessage, Column<?> aColumn, Object aValue, String aErrorCode) Instantiates the classColumnMismatchException.- See Also:
-
ColumnMismatchException
-
ColumnMismatchException
Instantiates the classColumnMismatchException.- See Also:
-
ColumnMismatchException
Instantiates the classColumnMismatchException.- See Also:
-
ColumnMismatchException
public ColumnMismatchException(Column<?> aColumn, Object aValue, Throwable aCause, String aErrorCode) Instantiates the classColumnMismatchException.- See Also:
-
ColumnMismatchException
Instantiates the classColumnMismatchException.- See Also:
-