com.vaadin.event.

Class ListenerMethod.MethodException

  • All Implemented Interfaces:

    Serializable

    Enclosing class:

    ListenerMethod

    public class ListenerMethod.MethodException
    extends RuntimeException

    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.

    Since:

    3.0

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form