Uses of Class
org.apache.wicket.util.convert.ConversionException

Packages that use ConversionException
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
org.apache.wicket.util.convert Conversion support. 
org.apache.wicket.util.convert.converters Default converter implementations. 
org.apache.wicket.util.string String utilities. 
 

Uses of ConversionException in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that throw ConversionException
protected  T RadioGroup.convertValue(String[] input)
           
protected  Collection<T> ListMultipleChoice.convertValue(String[] ids)
           
protected  T FormComponent.convertValue(String[] value)
          Subclasses should overwrite this if the conversion is not done through the type field and the IConverter.
protected  Collection<T> CheckGroup.convertValue(String[] values)
           
protected  T AbstractTextComponent.convertValue(String[] value)
           
 

Uses of ConversionException in org.apache.wicket.markup.html.form.upload
 

Methods in org.apache.wicket.markup.html.form.upload that throw ConversionException
protected  Collection<FileUpload> MultiFileUploadField.convertValue(String[] value)
           
protected  FileUpload FileUploadField.convertValue(String[] value)
           
 

Uses of ConversionException in org.apache.wicket.util.convert
 

Methods in org.apache.wicket.util.convert that return ConversionException
 ConversionException ConversionException.setConverter(IConverter converter)
          Sets the used converter.
 ConversionException ConversionException.setFormat(Format format)
          Sets the used format.
 ConversionException ConversionException.setLocale(Locale locale)
          Sets the used locale.
 ConversionException ConversionException.setResourceKey(String resourceKey)
          Set the resource key for the message that should be displayed.
 ConversionException ConversionException.setSourceValue(Object sourceValue)
          Sets the tried value.
 ConversionException ConversionException.setTargetType(Class<?> targetType)
          Sets the target property type.
 ConversionException ConversionException.setVariable(String name, Object value)
          Sets a variable that will be used in substitution
 

Uses of ConversionException in org.apache.wicket.util.convert.converters
 

Methods in org.apache.wicket.util.convert.converters that return ConversionException
protected  ConversionException AbstractConverter.newConversionException(String message, Object value, Locale locale)
          Creates a conversion exception for throwing
 

Uses of ConversionException in org.apache.wicket.util.string
 

Subclasses of ConversionException in org.apache.wicket.util.string
 class StringValueConversionException
          Thrown when a string value cannot be converted to some type.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.