Serializable
, org.refcodes.exception.ErrorCodeAccessor
, org.refcodes.exception.Trap
, org.refcodes.tabular.RecordAccessor
public class IllegalRecordRuntimeException extends LoggerRuntimeException
Column
instances to be contained in the
provided Record.org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
Constructor | Description |
---|---|
IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord,
String message) |
Instantiates a new illegal record runtime exception.
|
IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord,
String aMessage,
String aErrorCode) |
Instantiates a new illegal record runtime exception.
|
IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord,
String message,
Throwable cause) |
Instantiates a new illegal record runtime exception.
|
IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new illegal record runtime exception.
|
IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord,
Throwable cause) |
Instantiates a new illegal record runtime exception.
|
IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord,
Throwable aCause,
String aErrorCode) |
Instantiates a new illegal record runtime exception.
|
Modifier and Type | Method | Description |
---|---|---|
org.refcodes.tabular.Record<?> |
getRecord() |
Gets the record.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord, String aMessage, String aErrorCode)
aDataRecord
- the data recordaMessage
- the messageaErrorCode
- the error codepublic IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord, String aMessage, Throwable aCause, String aErrorCode)
aDataRecord
- the data recordaMessage
- the messageaCause
- the causeaErrorCode
- the error codepublic IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord, String message, Throwable cause)
aDataRecord
- the data recordmessage
- the messagecause
- the causepublic IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord, String message)
aDataRecord
- the data recordmessage
- the messagepublic IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord, Throwable aCause, String aErrorCode)
aDataRecord
- the data recordaCause
- the causeaErrorCode
- the error codepublic IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aDataRecord, Throwable cause)
aDataRecord
- the data recordcause
- the causeCopyright © 2018. All rights reserved.