Interface DTCellValueUtilities.ConversionErrorCallback
-
- Enclosing class:
- DTCellValueUtilities
public static interface DTCellValueUtilities.ConversionErrorCallbackCallback to record data-type conversion errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConversionError(String value, org.kie.soup.project.datamodel.oracle.DataType.DataTypes dataType)Called when a conversion error occurred.
-
-
-
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.
-
-