Class ToolRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.neurodock.plugin.exceptions.ToolRuntimeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionToolRuntimeException(String toolName, String message) ToolRuntimeException(String toolName, String message, Throwable cause) ToolRuntimeException(String toolName, Throwable cause) ToolRuntimeException(Tool tool, String message) ToolRuntimeException(Tool tool, String message, Throwable cause) ToolRuntimeException(Tool tool, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToolRuntimeException
-
ToolRuntimeException
-
ToolRuntimeException
-
ToolRuntimeException
-
ToolRuntimeException
-
ToolRuntimeException
-
-
Method Details
-
getToolName
-