public class HeaderMismatchException extends TabularException
HeaderMismatchException and the Row, i.e. the index for the
given key in the header may be out of index of the given row or the given key
does not exist in the Header.org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K>, org.refcodes.mixin.KeyAccessor.KeyProperty<K>org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
HeaderMismatchException(String aKey,
String message)
Instantiates a new header mismatch exception.
|
HeaderMismatchException(String aKey,
String aMessage,
String aErrorCode)
Instantiates a new header mismatch exception.
|
HeaderMismatchException(String aKey,
String message,
Throwable cause)
Instantiates a new header mismatch exception.
|
HeaderMismatchException(String aKey,
String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new header mismatch exception.
|
HeaderMismatchException(String aKey,
Throwable cause)
Instantiates a new header mismatch exception.
|
HeaderMismatchException(String aKey,
Throwable aCause,
String aErrorCode)
Instantiates a new header mismatch exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HeaderMismatchException(String aKey, String aMessage, String aErrorCode)
aKey - the a keyaMessage - the a messageaErrorCode - the a error codepublic HeaderMismatchException(String aKey, String aMessage, Throwable aCause, String aErrorCode)
aKey - the a keyaMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic HeaderMismatchException(String aKey, String message, Throwable cause)
aKey - the a keymessage - the messagecause - the causepublic HeaderMismatchException(String aKey, String message)
aKey - the a keymessage - the messagepublic HeaderMismatchException(String aKey, Throwable aCause, String aErrorCode)
aKey - the a keyaCause - the a causeaErrorCode - the a error codeCopyright © 2018. All rights reserved.