org.scijava.module
Class ModuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
ModuleException()
           
ModuleException(String s)
           
ModuleException(String s, Throwable cause)
           
ModuleException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.