Module org.scijava.ops.engine
Class FinalOpDependencyFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- org.scijava.ops.engine.exceptions.impl.FinalOpDependencyFieldException
-
- All Implemented Interfaces:
Serializable
public class FinalOpDependencyFieldException extends InvalidOpException
Exception thrown when an Op has aFieldOpDependencythat isfinal. This is not allowed as theOpEnvironmentmust inject theOpDependencyat runtime, after instantiation.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FinalOpDependencyFieldException(Field f)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FinalOpDependencyFieldException
public FinalOpDependencyFieldException(Field f)
-
-