Uses of Class
net.stoerr.chatgpt.codevengine.ExecutionAbortedException
-
-
Uses of ExecutionAbortedException in net.stoerr.chatgpt.codevengine
Methods in net.stoerr.chatgpt.codevengine that return ExecutionAbortedException Modifier and Type Method Description protected static ExecutionAbortedException
AbstractPluginAction. sendError(jakarta.servlet.http.HttpServletResponse response, int statusCode, String error)
Logs an error and sends it to ChatGPT, always throwsExecutionAbortedException
.Methods in net.stoerr.chatgpt.codevengine that throw ExecutionAbortedException Modifier and Type Method Description void
RepeatedRequestChecker. checkRequestRepetition(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServlet servlet, Object... parameters)
protected static ExecutionAbortedException
AbstractPluginAction. sendError(jakarta.servlet.http.HttpServletResponse response, int statusCode, String error)
Logs an error and sends it to ChatGPT, always throwsExecutionAbortedException
.
-