Exception Property.ConversionException

An exception that signals that the value passed to the setValue() method couldn't be converted to the native type of the Property.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.lang.RuntimeException-> com.itmill.toolkit.data.Property.ConversionException

Property.ConversionException()

Constructs a new ConversionException without a detail message.

Property.ConversionException(String)

Parameters

msg

the detail message

Constructs a new ConversionException with the specified detail message.

Property.ConversionException(Throwable)

Parameters

cause

The cause of the the conversion failure

Constructs a new ConversionException from another exception.