Class ColumnMismatchException

    • Constructor Detail

      • ColumnMismatchException

        public ColumnMismatchException​(Column<?> aColumn,
                                       Object aValue,
                                       String aMessage,
                                       String aErrorCode)
        Instantiates a new column mismatch exception.
        Parameters:
        aColumn - the column
        aValue - the value
        aMessage - the message
        aErrorCode - the error code
      • ColumnMismatchException

        public ColumnMismatchException​(Column<?> aColumn,
                                       Object aValue,
                                       String aMessage,
                                       Throwable aCause,
                                       String aErrorCode)
        Instantiates a new column mismatch exception.
        Parameters:
        aColumn - the column
        aValue - the value
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ColumnMismatchException

        public ColumnMismatchException​(Column<?> aColumn,
                                       Object aValue,
                                       String message,
                                       Throwable cause)
        Instantiates a new column mismatch exception.
        Parameters:
        aColumn - the column
        aValue - the value
        message - the message
        cause - the cause
      • ColumnMismatchException

        public ColumnMismatchException​(Column<?> aColumn,
                                       Object aValue,
                                       String message)
        Instantiates a new column mismatch exception.
        Parameters:
        aColumn - the column
        aValue - the value
        message - the message
      • ColumnMismatchException

        public ColumnMismatchException​(Column<?> aColumn,
                                       Object aValue,
                                       Throwable aCause,
                                       String aErrorCode)
        Instantiates a new column mismatch exception.
        Parameters:
        aColumn - the column
        aValue - the value
        aCause - the cause
        aErrorCode - the error code
      • ColumnMismatchException

        public ColumnMismatchException​(Column<?> aColumn,
                                       Object aValue,
                                       Throwable cause)
        Instantiates a new column mismatch exception.
        Parameters:
        aColumn - the column
        aValue - the value
        cause - the cause
    • Method Detail

      • getValue

        public Object getValue​()
        Specified by:
        getValue in interface org.refcodes.mixin.ValueAccessor<Object>