Class ComponentEventException

All Implemented Interfaces:
Serializable, Locatable

A wrapper exception around any exception thrown when invoking a component event handler. In some cases, the underlying exception may have been a declared exception, and will be wrapped in a RuntimeException.
See Also:
  • Constructor Details

    • ComponentEventException

      public ComponentEventException(String message, String eventType, EventContext context, Object location, Throwable cause)
      Parameters:
      message - exception message
      eventType - type of event that triggered the exception
      context - context passed with the failed event
      location - location of the component while failed (may be null)
      cause - underlying exception
  • Method Details