Module org.scijava.ops.engine
Class MultipleOutputsOpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- org.scijava.ops.engine.exceptions.impl.MultipleOutputsOpException
-
- All Implemented Interfaces:
Serializable
public class MultipleOutputsOpException extends InvalidOpException
AnInvalidOpExceptionarising when an Op declares multiple outputs. This is not allowed as an Op, by definition, can only have one output.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleOutputsOpException(Object op)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleOutputsOpException
public MultipleOutputsOpException(Object op)
-
-