Class IllegalRecordRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.tabular.RecordAccessor

public class IllegalRecordRuntimeException extends LoggerRuntimeException.LoggerRecordRuntimeException
Thrown in case the record cannot be logged as a specific implementation might expect some dedicated Column instances to be contained in the provided Record.
See Also:
  • Constructor Details

    • IllegalRecordRuntimeException

      public IllegalRecordRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord, String aErrorCode)
    • IllegalRecordRuntimeException

      public IllegalRecordRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord, Throwable aCause, String aErrorCode)
    • IllegalRecordRuntimeException

      public IllegalRecordRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord, Throwable aCause)
    • IllegalRecordRuntimeException

      public IllegalRecordRuntimeException(String aMessage, org.refcodes.tabular.Record<?> aRecord)
    • IllegalRecordRuntimeException

      public IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aRecord, Throwable aCause, String aErrorCode)
    • IllegalRecordRuntimeException

      public IllegalRecordRuntimeException(org.refcodes.tabular.Record<?> aRecord, Throwable aCause)