Module org.scijava.ops.engine
Class UnreadableOpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scijava.ops.engine.exceptions.InvalidOpException
-
- org.scijava.ops.engine.exceptions.impl.UnreadableOpException
-
- All Implemented Interfaces:
Serializable
public class UnreadableOpException extends InvalidOpException
Exception thrown when an Op is not visible to the Op engine. This is not allowed as without visibility the Ops Engine cannot instantiate the Op.- Author:
- Gabriel Selzer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnreadableOpException(String packageName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnreadableOpException
public UnreadableOpException(String packageName)
-
-