Package org.scijava.module
Class MethodCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.scijava.module.ModuleException
-
- 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
Constructors Constructor Description MethodCallException()MethodCallException(String s)MethodCallException(String s, Throwable cause)MethodCallException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-