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