Show Exceptions To Users If It Cancels Their Action
This commit is contained in:
parent
133526c0c6
commit
efcbaed2e2
|
@ -129,7 +129,7 @@ public class GlobalHotKeys
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ex.printStackTrace();
|
||||
BytecodeViewer.handleException(ex);
|
||||
}
|
||||
}, "Resource Export");
|
||||
|
||||
|
|
|
@ -265,7 +265,7 @@ public class PluginWriter extends JFrame
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
BytecodeViewer.handleException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user