Class LlmCommandParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.runtime.llm.LlmCommandParseException
All Implemented Interfaces:
Serializable

public class LlmCommandParseException extends RuntimeException
Raised when the LLM output cannot be parsed as a JSON array of LlmCommand.
See Also:
  • Constructor Details

    • LlmCommandParseException

      public LlmCommandParseException(String message)
    • LlmCommandParseException

      public LlmCommandParseException(String message, Throwable cause)