Class OpConfigError

All Implemented Interfaces:
Serializable

public class OpConfigError extends ActivityInitError
OpConfigErrors are BasicErrors which are known to occur when there is an invalid set of configuration details for an op. This can occur when the user-provided op template data (such as from YAML) is being inspected by a driver adapter to synthesize operations (or functions which know how to do so).
See Also:
  • Constructor Details

    • OpConfigError

      public OpConfigError(String error)
    • OpConfigError

      public OpConfigError(String error, Throwable cause)
    • OpConfigError

      public OpConfigError(String error, String configSource)
    • OpConfigError

      public OpConfigError(String error, String configSource, Throwable cause)
  • Method Details