Class ModuleErroredEvent

  • All Implemented Interfaces:
    Contextual

    public class ModuleErroredEvent
    extends ModuleExecutionEvent
    An event indicating a module execution has thrown an exception.
    Author:
    Gabriel Selzer
    • Constructor Detail

      • ModuleErroredEvent

        public ModuleErroredEvent​(Module module,
                                  Throwable exc)
    • Method Detail

      • getException

        public Throwable getException()