|
||||||||||
| 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(java.text.Format format)
Sets the used format. |
ConversionException |
ConversionException.setLocale(java.util.Locale locale)
Sets the used locale. |
ConversionException |
ConversionException.setResourceKey(java.lang.String resourceKey)
Set the resource key for the message that should be displayed. |
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.setVariable(java.lang.String name,
java.lang.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(java.lang.String message,
java.lang.Object value,
java.util.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 | |||||||||