public static interface DTCellValueUtilities.ConversionErrorCallback
Modifier and Type | Method and Description |
---|---|
void |
onConversionError(String value,
org.kie.soup.project.datamodel.oracle.DataType.DataTypes dataType)
Called when a conversion error occurred.
|
void onConversionError(String value, org.kie.soup.project.datamodel.oracle.DataType.DataTypes dataType)
value
- The value being converted.dataType
- The target data-type to which the value is being converted.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.