Module org.scijava.ops.engine
Class PrivateOpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- org.scijava.ops.engine.exceptions.impl.PrivateOpException
-
- All Implemented Interfaces:
Serializable
public class PrivateOpException extends InvalidOpException
Exception thrown when an Op is declared as private. This is disallowed as the Ops engine cannot access it.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateOpException(Field field)PrivateOpException(Method method)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-