Class ToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.neurodock.llm.exceptions.ToolException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionToolException(Tool tool, String message) ToolException(Tool tool, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
exceptingTool
-
-
Constructor Details
-
ToolException
-
ToolException
-
-
Method Details
-
getErrorMessage
-