Class ToolRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.zacharias.chat.plugin.exceptions.ToolRuntimeException
All Implemented Interfaces:
Serializable

public class ToolRuntimeException extends Exception
See Also:
  • Constructor Details

    • ToolRuntimeException

      public ToolRuntimeException(Tool tool, String message)
    • ToolRuntimeException

      public ToolRuntimeException(String toolName, String message)
    • ToolRuntimeException

      public ToolRuntimeException(String toolName, String message, Throwable cause)
    • ToolRuntimeException

      public ToolRuntimeException(Tool tool, String message, Throwable cause)
    • ToolRuntimeException

      public ToolRuntimeException(Tool tool, Throwable cause)
    • ToolRuntimeException

      public ToolRuntimeException(String toolName, Throwable cause)
  • Method Details

    • getToolName

      public String getToolName()