Class InvalidOperatorCallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.mcscert.jpipe.operators.InvalidOperatorCallException
All Implemented Interfaces:
Serializable

public final class InvalidOperatorCallException extends RuntimeException
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 Details

    • InvalidOperatorCallException

      public InvalidOperatorCallException(String message)