This exception is thrown if no method is found for handling the eventId passed to perform method of the Action. In case no eventId is passed, this exception is thrown, if no defaultAction is provided by the Action
public EventHandlerMissingRuntimeException()(Code)
Default constructor
EventHandlerMissingRuntimeException
public EventHandlerMissingRuntimeException(String msg)(Code)
Constructs the exception with the specified detail message
Parameters: msg - the detail message
EventHandlerMissingRuntimeException
public EventHandlerMissingRuntimeException(String msg, Throwable sourceException)(Code)
Constructs the exception with the specified detail message and nested exception
Parameters: msg - the detail message Parameters: sourceException - the nested exception