Package net.stoerr.chatgpt.codevengine
Class ExecutionAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.stoerr.chatgpt.codevengine.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 Summary
Constructors Constructor Description ExecutionAbortedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-