Exception
object that signals that there were
problems calling or finding the specified getter or setter methods
of the property.
3.0
Inheritance Path. java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.lang.RuntimeException-> com.itmill.toolkit.data.util.MethodProperty.MethodException
Parameters
msg
the detail message
Constructs a new
MethodException
with the
specified detail message.
Parameters
exception
cause of the exception
Constructs a new
MethodException
from another
exception.