Class ComponentEventException

    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentEventException​(java.lang.String message, java.lang.String eventType, EventContext context, java.lang.Object location, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EventContext getContext()  
      java.lang.String getEventType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ComponentEventException

        public ComponentEventException​(java.lang.String message,
                                       java.lang.String eventType,
                                       EventContext context,
                                       java.lang.Object location,
                                       java.lang.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