Exception ListenerMethod.MethodException

Exception that wraps an exception thrown by an invoked method. When ListenerMethod invokes the target method, it may throw arbitrary exception. The original exception is wrapped into MethodException instance and rethrown by the ListenerMethod.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.lang.RuntimeException-> com.itmill.toolkit.event.ListenerMethod.MethodException

getMessage()

See Also
java.lang.Throwable.getMessage