Class InvalidOperatorCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.mcscert.jpipe.operators.InvalidOperatorCallException
- All Implemented Interfaces:
Serializable
Thrown by
CompositionOperator.apply(String, List, Map) when one or more required
argument keys are missing from the provided argument map.
Unchecked, consistent with the existing DeadlockException and
CompilationException conventions in jpipe-model.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidOperatorCallException
-