Package ghidra.framework.plugintool.util
Class PluginConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.framework.plugintool.util.PluginConstructionException
- All Implemented Interfaces:
Serializable
Exception thrown when a an error occurs during the construction
of a plugin.
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginConstructionException
(String className, String details) Construct a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginConstructionException
Construct a new exception.- Parameters:
className
- name of the plugin class that failed to loaddetails
- details of the construction failure
-