Uses of Class
org.eclipse.birt.report.model.api.metadata.ValidationValueException

Packages that use ValidationValueException
org.eclipse.birt.report.model.api.util Utility classes. 
 

Uses of ValidationValueException in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util that throw ValidationValueException
static java.lang.Object ParameterValidationUtil.validate(java.lang.String dataType, java.lang.String format, java.lang.String value)
          Validates a input parameter value with the given data type, format choice string and a default locale defined by the class(Locale.US).
static java.lang.Object ParameterValidationUtil.validate(java.lang.String dataType, java.lang.String format, java.lang.String value, java.util.Locale locale)
          Validates a input parameter value with the given data type, format choice string.
static java.lang.Object ParameterValidationUtil.validate(java.lang.String dataType, java.lang.String format, java.lang.String value, java.util.Locale locale, com.ibm.icu.util.TimeZone timeZone)
          Validates a input parameter value with the given data type, format choice string.
static java.lang.Object ParameterValidationUtil.validate(java.lang.String dataType, java.lang.String format, java.lang.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 java.lang.Object ParameterValidationUtil.validate(java.lang.String dataType, java.lang.String format, java.lang.String value, com.ibm.icu.util.ULocale locale)
          Validates a input parameter value with the given data type, format choice string.
static java.lang.Object ParameterValidationUtil.validate(java.lang.String dataType, java.lang.String format, java.lang.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.
 



Copyright © 2008 Actuate Corp. All rights reserved.