Class ExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.framework.plugintool.dialog.ExtensionException
- All Implemented Interfaces:
Serializable
Defines an exception that can be thrown by
ExtensionUtils
. This is intended to provide
detailed information about issues that arise during installation (or removal) of
Extensions.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Provides more detail as to the specific source of the exception. -
Constructor Summary
ConstructorsConstructorDescriptionExtensionException
(String msg, ExtensionException.ExtensionExceptionType exceptionType) ExtensionException
(String msg, ExtensionException.ExtensionExceptionType exceptionType, File errorFile) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtensionException
-
ExtensionException
public ExtensionException(String msg, ExtensionException.ExtensionExceptionType exceptionType, File errorFile)
-
-
Method Details
-
getExceptionType
-
getErrorFile
-