- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.api.OpMatchingException
-
- All Implemented Interfaces:
Serializable
public class OpMatchingException extends RuntimeException
Indicates that no op satisfying anOpRequestcould be retrieved.- Author:
- David Kolb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpMatchingException(String message)OpMatchingException(String message, Throwable cause)OpMatchingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-