Java org.apache.wicket.util.convert ConversionException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.convert ConversionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.convert ConversionException.

The text is from its open source code.

Constructor

ConversionException(final String message, final Throwable cause)
Construct exception with message and cause.
ConversionException(final String message)
Construct exception with message.
ConversionException(final Throwable cause)
Construct exception with cause.

Method

FormatgetFormat()
Get the used format.
LocalegetLocale()
Get the used locale.
StringgetResourceKey()
ClassgetTargetType()
Gets the target property type.
MapgetVariables()
Returns the map of variables for this exception.
ConversionExceptionsetResourceKey(final String resourceKey)
Set the resource key for the message that should be displayed.
ConversionExceptionsetSourceValue(final Object sourceValue)
Sets the tried value.
ConversionExceptionsetTargetType(final Class targetType)
Sets the target property type.