Class EndTaskException

All Implemented Interfaces:
Serializable

public class EndTaskException extends RuntimeException
Exception used to signal the end of a task without terminating the application.

This exception is typically thrown by function tools to gracefully conclude an interactive session or user-driven task, allowing the application to continue running.

Author:
Viktor Tovstyi
See Also:
  • Constructor Details

    • EndTaskException

      public EndTaskException(String message)
      Constructs a new EndTaskException with the specified detail message.
      Parameters:
      message - the detail message describing the reason for ending the task