Package org.scijava.module
Class ModuleCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.scijava.module.ModuleException
-
- org.scijava.module.ModuleCanceledException
-
- All Implemented Interfaces:
Serializable
public class ModuleCanceledException extends ModuleException
An exception thrown when a module execution is canceled.- Author:
- Curtis Rueden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleCanceledException()ModuleCanceledException(String s)ModuleCanceledException(String s, Throwable cause)ModuleCanceledException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-