Class ToolsException

All Implemented Interfaces:
Serializable

public class ToolsException extends RuntimeException
An unchecked exception thrown for any tooling related problem.
See Also:
  • Constructor Details

    • ToolsException

      public ToolsException(String msg)
      Constructor.
      Parameters:
      msg - the message
    • ToolsException

      public ToolsException(String msg, Throwable cause)
      Constructor.
      Parameters:
      msg - the message
      cause - the cause