Serializablepublic 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.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyorg.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>| Constructor | 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 | Description |
|---|---|---|
String |
getKey() |
Gets the key.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HeaderMismatchException(String aKey, String aMessage, String aErrorCode)
aKey - the keyaMessage - the messageaErrorCode - the error codepublic HeaderMismatchException(String aKey, String aMessage, Throwable aCause, String aErrorCode)
aKey - the keyaMessage - the messageaCause - the causeaErrorCode - the error codepublic HeaderMismatchException(String aKey, String message, Throwable cause)
aKey - the keymessage - the messagecause - the causepublic HeaderMismatchException(String aKey, String message)
aKey - the keymessage - the messagepublic HeaderMismatchException(String aKey, Throwable aCause, String aErrorCode)
aKey - the keyaCause - the causeaErrorCode - the error codeCopyright © 2018. All rights reserved.