org.scijava.module
Class ModuleCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.scijava.module.ModuleException
              extended by 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
ModuleCanceledException()
           
ModuleCanceledException(String s)
           
ModuleCanceledException(String s, Throwable cause)
           
ModuleCanceledException(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

ModuleCanceledException

public ModuleCanceledException()

ModuleCanceledException

public ModuleCanceledException(String s)

ModuleCanceledException

public ModuleCanceledException(String s,
                               Throwable cause)

ModuleCanceledException

public ModuleCanceledException(Throwable cause)


Copyright © 2009–2015 SciJava. All rights reserved.