Uses of Class
org.scijava.ops.engine.exceptions.InvalidOpException
-
Packages that use InvalidOpException Package Description org.scijava.ops.engine.exceptions.impl -
-
Uses of InvalidOpException in org.scijava.ops.engine.exceptions.impl
Subclasses of InvalidOpException in org.scijava.ops.engine.exceptions.impl Modifier and Type Class Description classFinalOpDependencyFieldExceptionclassFunctionalTypeOpExceptionclassInstanceOpMethodExceptionException thrown when an Op declared as aMethodis an instance method of some class.classInvalidOpNameExceptionAnInvalidOpExceptionarising when an Op has an invalid nameclassMultipleOutputsOpExceptionAnInvalidOpExceptionarising when an Op declares multiple outputs.classNullablesOnMultipleMethodsExceptionException thrown when an Op declaresNullableparameters in multiple places (i.e.classOpDependencyPositionExceptionException thrown when an Op written as aMethoddeclares anOpDependencyafter an Op parameter.classPrivateOpExceptionException thrown when an Op is declared as private.classUnnamedOpExceptionAnInvalidOpExceptionarising when no names are given for the OpclassUnreadableOpExceptionException thrown when an Op is not visible to the Op engine.
-