Package ghidra.util
Class VersionExceptionHandler
java.lang.Object
ghidra.util.VersionExceptionHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isUpgradeOK
(Component parent, DomainFile domainFile, String actionName, VersionException ve) static void
showVersionError
(Component parent, String filename, String contentType, String actionName, VersionException ve)
-
Constructor Details
-
VersionExceptionHandler
public VersionExceptionHandler()
-
-
Method Details
-
isUpgradeOK
public static boolean isUpgradeOK(Component parent, DomainFile domainFile, String actionName, VersionException ve) -
showVersionError
public static void showVersionError(Component parent, String filename, String contentType, String actionName, VersionException ve)
-