mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Improved DB error handling to better react to future DB schema revisions
This commit is contained in:
parent
4fc507f711
commit
ea5b523f82
19 changed files with 191 additions and 330 deletions
|
@ -807,7 +807,7 @@ public class DBHandle {
|
|||
* Load existing tables from database.
|
||||
* @throws IOException thrown if IO error occurs.
|
||||
*/
|
||||
private void loadTables() {
|
||||
private void loadTables() throws IOException {
|
||||
|
||||
tables = new Hashtable<>();
|
||||
TableRecord[] tableRecords = masterTable.getTableRecords();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue