An exception that signals that the value passed to the
setValue()
method couldn't be converted to the native
type of the Property.
3.0
Inheritance Path. java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.lang.RuntimeException-> com.itmill.toolkit.data.Property.ConversionException
Parameters
msg
the detail message
Constructs a new
ConversionException
with the
specified detail message.