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)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
ex.printStackTrace();
|
BytecodeViewer.handleException(ex);
|
||||||
}
|
}
|
||||||
}, "Resource Export");
|
}, "Resource Export");
|
||||||
|
|
||||||
|
|
|
@ -265,7 +265,7 @@ public class PluginWriter extends JFrame
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
BytecodeViewer.handleException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user