Uses of Class
org.apache.wicket.util.convert.ConversionException
-
Packages that use ConversionException Package Description org.apache.wicket.util.convert Conversion support.org.apache.wicket.util.convert.converter Default converter implementations.org.apache.wicket.util.string String utilities. -
-
Uses of ConversionException in org.apache.wicket.util.convert
Methods in org.apache.wicket.util.convert that return ConversionException Modifier and Type Method Description ConversionExceptionConversionException. setConverter(IConverter<?> converter)Sets the used converter.ConversionExceptionConversionException. setFormat(Format format)Sets the used format.ConversionExceptionConversionException. setLocale(Locale locale)Sets the used locale.ConversionExceptionConversionException. setResourceKey(String resourceKey)Set the resource key for the message that should be displayed.ConversionExceptionConversionException. setSourceValue(Object sourceValue)Sets the tried value.ConversionExceptionConversionException. setTargetType(Class<?> targetType)Sets the target property type.ConversionExceptionConversionException. setVariable(String name, Object value)Sets a variable that will be used in substitutionMethods in org.apache.wicket.util.convert that throw ConversionException Modifier and Type Method Description CIConverter. 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 ConversionException Modifier and Type Method Description protected 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.string Modifier and Type Class Description classStringValueConversionExceptionThrown when a string value cannot be converted to some type.
-