Class LLMToolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.voice.text.interpreter.llm.LLMToolException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class LLMToolException extends Exception
General purpose LLMTool exception.
Author:
Miguel Álvarez Díez - Initial contribution
See Also:
  • Constructor Details

    • LLMToolException

      public LLMToolException()
    • LLMToolException

      public LLMToolException(String message, Throwable cause)
    • LLMToolException

      public LLMToolException(String message)
    • LLMToolException

      public LLMToolException(Throwable cause)