Class ToolException

All Implemented Interfaces:
Serializable

public class ToolException extends RuntimeException
See Also:
  • Field Details

    • exceptingTool

      protected Tool exceptingTool
  • Constructor Details

    • ToolException

      public ToolException(Tool tool, String message)
    • ToolException

      public ToolException(Tool tool, Throwable cause)
  • Method Details

    • getErrorMessage

      public Message getErrorMessage()