mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 05:37:32 +08:00
GP-1797 removed unused DataTypeConflictException
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ public abstract class AbstractCreateDataBackgroundCmd<T extends AbstractCreateDa
|
||||
setStatusMsg(getName() + " completed successfully!");
|
||||
return success;
|
||||
}
|
||||
catch (AddressOutOfBoundsException | CodeUnitInsertionException | DataTypeConflictException
|
||||
catch (AddressOutOfBoundsException | CodeUnitInsertionException
|
||||
| InvalidDataTypeException e) {
|
||||
handleErrorMessage(program, name, address, address, e);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user