Class TabularException.ColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.tabular.TabularException
org.refcodes.tabular.TabularException.ColumnException
- All Implemented Interfaces:
Serializable,org.refcodes.exception.ErrorCodeAccessor,org.refcodes.exception.Trap,ColumnAccessor
- Direct Known Subclasses:
TabularException.ColumnException.ColumnValueException
- Enclosing class:
TabularException
protected abstract static class TabularException.ColumnException
extends TabularException
implements ColumnAccessor
Base exception with a
Column.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classBase exception with aColumnand a related value.Nested 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.ErrorCodeProperty -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnException(String aMessage, Column<?> aColumn) ColumnException(String aMessage, Column<?> aColumn, String aErrorCode) ColumnException(String aMessage, Column<?> aColumn, Throwable aCause) ColumnException(String aMessage, Column<?> aColumn, Throwable aCause, String aErrorCode) ColumnException(Column<?> aColumn, Throwable aCause) ColumnException(Column<?> aColumn, Throwable aCause, String aErrorCode) -
Method Summary
Methods 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, toShortMessage
-
Field Details
-
_column
-
-
Constructor Details
-
ColumnException
-
ColumnException
-
ColumnException
-
ColumnException
-
ColumnException
-
ColumnException
-
-
Method Details
-
getColumn
Retrieves theColumnproperty.- Specified by:
getColumnin interfaceColumnAccessor- Returns:
- The
Columnbeing stored by this property.
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceorg.refcodes.exception.Trap
-