Package ghidra.util
Class VersionExceptionHandler
- java.lang.Object
-
- ghidra.util.VersionExceptionHandler
-
public class VersionExceptionHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VersionExceptionHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isUpgradeOK(java.awt.Component parent, DomainFile domainFile, java.lang.String actionName, VersionException ve)
static void
showVersionError(java.awt.Component parent, java.lang.String filename, java.lang.String contentType, java.lang.String actionName, VersionException ve)
-
-
-
Method Detail
-
isUpgradeOK
public static boolean isUpgradeOK(java.awt.Component parent, DomainFile domainFile, java.lang.String actionName, VersionException ve)
-
showVersionError
public static void showVersionError(java.awt.Component parent, java.lang.String filename, java.lang.String contentType, java.lang.String actionName, VersionException ve)
-
-