Package org.scijava.module.event
Class ModuleErroredEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.module.event.ModuleEvent
-
- org.scijava.module.event.ModuleExecutionEvent
-
- org.scijava.module.event.ModuleErroredEvent
-
- All Implemented Interfaces:
Contextual
public class ModuleErroredEvent extends ModuleExecutionEvent
An event indicating a module execution has thrown an exception.- Author:
- Gabriel Selzer
-
-
Constructor Summary
Constructors Constructor Description ModuleErroredEvent(Module module, Throwable exc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetException()-
Methods inherited from class org.scijava.module.event.ModuleEvent
getModule, toString
-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-