Interface DTCellValueUtilities.ConversionErrorCallback

  • Enclosing class:
    DTCellValueUtilities

    public static interface DTCellValueUtilities.ConversionErrorCallback
    Callback to record data-type conversion errors.
    • Method Detail

      • onConversionError

        void onConversionError​(String value,
                               org.kie.soup.project.datamodel.oracle.DataType.DataTypes dataType)
        Called when a conversion error occurred.
        Parameters:
        value - The value being converted.
        dataType - The target data-type to which the value is being converted.