Uses of Class
org.apache.wicket.util.convert.ConversionException
Packages that use ConversionException
Package
Description
Conversion support.
Default converter implementations.
String utilities.
-
Uses of ConversionException in org.apache.wicket.util.convert
Methods in org.apache.wicket.util.convert that return ConversionExceptionModifier and TypeMethodDescriptionfinal ConversionExceptionConversionException.setConverter(IConverter<?> converter) Sets the used converter.final ConversionExceptionSets the used format.final ConversionExceptionSets the used locale.ConversionException.setResourceKey(String resourceKey) Set the resource key for the message that should be displayed.final ConversionExceptionConversionException.setSourceValue(Object sourceValue) Sets the tried value.final ConversionExceptionConversionException.setTargetType(Class<?> targetType) Sets the target property type.ConversionException.setVariable(String name, Object value) Sets a variable that will be used in substitutionMethods in org.apache.wicket.util.convert that throw ConversionExceptionModifier and TypeMethodDescriptionIConverter.convertToObject(String value, Locale locale) Converts the givenStringvalue -
Uses of ConversionException in org.apache.wicket.util.convert.converter
Methods in org.apache.wicket.util.convert.converter that return ConversionExceptionModifier and TypeMethodDescriptionprotected ConversionExceptionAbstractConverter.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.stringModifier and TypeClassDescriptionfinal classThrown when a string value cannot be converted to some type.