Uses of Class
org.eclipse.birt.report.model.api.metadata.ValidationValueException
Packages that use ValidationValueException
-
Uses of ValidationValueException in org.eclipse.birt.report.model.api.util
Methods in org.eclipse.birt.report.model.api.util that throw ValidationValueExceptionModifier and TypeMethodDescriptionstatic Object
Validates a input parameter value with the given data type, format choice string and a default locale defined by the class(Locale.US).static Object
ParameterValidationUtil.validate
(String dataType, String format, String value, com.ibm.icu.util.TimeZone timeZone) Validates a input parameter value with the given data type, format choice string, using the default locale.static Object
ParameterValidationUtil.validate
(String dataType, String format, String value, com.ibm.icu.util.ULocale locale) Validates a input parameter value with the given data type, format choice string.static Object
ParameterValidationUtil.validate
(String dataType, String format, String value, com.ibm.icu.util.ULocale locale, com.ibm.icu.util.TimeZone timeZone) Validates a input parameter value with the given data type, format choice string.static Object
Validates a input parameter value with the given data type, format choice string.static Object
ParameterValidationUtil.validate
(String dataType, String format, String value, Locale locale, com.ibm.icu.util.TimeZone timeZone) Validates a input parameter value with the given data type, format choice string.