Uses of Class
wicket.util.convert.ConversionException

Packages that use ConversionException
wicket.markup.html.form.validation Support for form validation. 
wicket.util.convert Conversion support. 
wicket.util.convert.converters Default converter implementations. 
 

Uses of ConversionException in wicket.markup.html.form.validation
 

Methods in wicket.markup.html.form.validation with parameters of type ConversionException
protected  java.util.Map TypeValidator.messageModel(ConversionException e)
          Gets the message context.
 

Uses of ConversionException in wicket.util.convert
 

Methods in wicket.util.convert that return ConversionException
 ConversionException ConversionException.setConverter(IConverter converter)
          Sets the used converter.
 ConversionException ConversionException.setFormat(java.text.Format format)
          Sets the used format.
 ConversionException ConversionException.setLocale(java.util.Locale locale)
          Sets the used locale.
 ConversionException ConversionException.setSourceValue(java.lang.Object sourceValue)
          Sets the tried value.
 ConversionException ConversionException.setTargetType(java.lang.Class targetType)
          Sets the target property type.
 ConversionException ConversionException.setTypeConverter(ITypeConverter typeConverter)
           
 

Uses of ConversionException in wicket.util.convert.converters
 

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



Copyright © 2004-2005 Wicket developers. All Rights Reserved.