Class ExecutionAbortedException

  • All Implemented Interfaces:
    Serializable

    public class ExecutionAbortedException
    extends RuntimeException
    Thrown to abort an execution, but only when the error has been duly reported with sendError to ChatGPT, so that the exception can be ignored.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutionAbortedException

        public ExecutionAbortedException()