java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.inject.tools.ToolsException
- All Implemented Interfaces:
Serializable
An unchecked exception thrown for any tooling related problem.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionToolsException
(String msg) Constructor.ToolsException
(String msg, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToolsException
Constructor.- Parameters:
msg
- the message
-
ToolsException
Constructor.- Parameters:
msg
- the messagecause
- the cause
-