Interface EventExceptionManager.ExceptionFactory

    • Method Detail

      • createException

        java.lang.Throwable createException​(Event event)
        Creates an exception from an event.
        Parameters:
        event - the event
        Returns:
        the newly created exception
      • getExceptionClass

        java.lang.Class<? extends java.lang.Exception> getExceptionClass()
        Returns the Exception class created by this factory.
        Returns:
        the exception class