Incorporated Rick's cleanup
This commit is contained in:
parent
91875d1901
commit
87e4f786a5
|
|
@ -116,12 +116,12 @@ public class ParseTreeInfoPanel extends JPanel
|
|||
mParseTreeModel.setParseTree(parseTree);
|
||||
}
|
||||
catch (IOException ex) {
|
||||
JOptionPane.showMessageDialog(
|
||||
showErrorDialog(
|
||||
aParent,
|
||||
"Could not open " + aFile + ": " + ex.getMessage());
|
||||
}
|
||||
catch (ANTLRException ex) {
|
||||
JOptionPane.showMessageDialog(
|
||||
showErrorDialog(
|
||||
aParent,
|
||||
"Could not parse " + aFile + ": " + ex.getMessage());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue