Class LLMToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.voice.text.interpreter.llm.LLMToolException
- All Implemented Interfaces:
Serializable
General purpose
LLMTool exception.- Author:
- Miguel Álvarez Díez - Initial contribution
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLLMToolException(String message) LLMToolException(String message, Throwable cause) LLMToolException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LLMToolException
public LLMToolException() -
LLMToolException
-
LLMToolException
-
LLMToolException
-