Module org.scijava.ops.engine
Class OpDependencyPositionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- org.scijava.ops.engine.exceptions.impl.OpDependencyPositionException
-
- All Implemented Interfaces:
Serializable
public class OpDependencyPositionException extends InvalidOpException
Exception thrown when an Op written as aMethoddeclares anOpDependencyafter an Op parameter. AllOpDependencyparameters must come before any Op parameters.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpDependencyPositionException(Method opMethod)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OpDependencyPositionException
public OpDependencyPositionException(Method opMethod)
-
-