- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FinalOpDependencyFieldException,FunctionalTypeOpException,InstanceOpMethodException,InvalidOpNameException,MultipleOutputsOpException,NullablesOnMultipleMethodsException,OpDependencyPositionException,PrivateOpException,UnnamedOpException,UnreadableOpException
public abstract class InvalidOpException extends RuntimeException
Exceptiondenoting that anOpimplementation could not be accepted into anOpEnvironmentbecause of invalid parameters or configuration.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidOpException(String message)InvalidOpException(String message, Throwable cause)InvalidOpException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-