|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversionException | |
|---|---|
| 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 | |
|---|---|
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.converter |
|---|
| Methods in org.apache.wicket.util.convert.converter 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||