Module org.scijava.ops.engine
Package org.scijava.ops.engine.exceptions.impl
-
Exception Summary Exception Description FinalOpDependencyFieldException FunctionalTypeOpException InstanceOpMethodException Exception thrown when an Op declared as aMethodis an instance method of some class.InvalidOpNameException AnInvalidOpExceptionarising when an Op has an invalid nameMultipleOutputsOpException AnInvalidOpExceptionarising when an Op declares multiple outputs.NullablesOnMultipleMethodsException Exception thrown when an Op declaresNullableparameters in multiple places (i.e.OpDependencyPositionException Exception thrown when an Op written as aMethoddeclares anOpDependencyafter an Op parameter.PrivateOpException Exception thrown when an Op is declared as private.UnnamedOpException AnInvalidOpExceptionarising when no names are given for the OpUnreadableOpException Exception thrown when an Op is not visible to the Op engine.