Module org.scijava.ops.engine
Class InstanceOpMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- org.scijava.ops.engine.exceptions.impl.InstanceOpMethodException
-
- All Implemented Interfaces:
Serializable
public class InstanceOpMethodException extends InvalidOpException
Exception thrown when an Op declared as aMethodis an instance method of some class. This is not allowed, as the Op engine doesn't know how to instantiate the declaring class of an instance method.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceOpMethodException(Method method)Default constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InstanceOpMethodException
public InstanceOpMethodException(Method method)
Default constructor- Parameters:
method- the instance method
-
-