Exception MethodProperty.MethodException

Exception object that signals that there were problems calling or finding the specified getter or setter methods 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.util.MethodProperty.MethodException

MethodProperty.MethodException(String)

Parameters

msg

the detail message

Constructs a new MethodException with the specified detail message.

MethodProperty.MethodException(Throwable)

Parameters

exception

cause of the exception

Constructs a new MethodException from another exception.

getCause()

See Also
java.lang.Throwable.getCause

getMethodProperty()

Get the method property this exception originates from