org.scijava.module
Class MethodCallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.scijava.module.ModuleException
              extended by org.scijava.module.MethodCallException
All Implemented Interfaces:
Serializable

public class MethodCallException
extends ModuleException

An exception thrown when a reflective method execution fails.

Author:
Curtis Rueden
See Also:
Serialized Form

Constructor Summary
MethodCallException()
           
MethodCallException(String s)
           
MethodCallException(String s, Throwable cause)
           
MethodCallException(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

MethodCallException

public MethodCallException()

MethodCallException

public MethodCallException(String s)

MethodCallException

public MethodCallException(String s,
                           Throwable cause)

MethodCallException

public MethodCallException(Throwable cause)


Copyright © 2009–2014 SciJava. All rights reserved.