Class MissingArgumentException

All Implemented Interfaces:
Serializable

public class MissingArgumentException extends WorkflowRuntimeException
Runtime exception thrown when a required argument is missing. MissingArgumentException is a specialized runtime exception for argument validation errors, indicating that a required parameter or argument was not provided.
Since:
1.0
See Also:
  • Constructor Details

    • MissingArgumentException

      public MissingArgumentException(String message)
      Creates a new MissingArgumentException with the specified message.
      Parameters:
      message - the detail message describing which argument is missing