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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModuleException
public ModuleException()
ModuleException
public ModuleException(String s)
ModuleException
public ModuleException(String s,
Throwable cause)
ModuleException
public ModuleException(Throwable cause)
Copyright © 2009–2015 SciJava. All rights reserved.