Implement constructor casting both from literal strings and to String.

This commit is contained in:
dmose
2003-09-15 04:07:24 +00:00
parent 4582c7b52a
commit b2f018337f
+2
View File
@@ -592,6 +592,8 @@ public class PdeEditor extends JPanel {
throw new PdeException(ae.getMessage(),
ae.getLine() - 1, ae.getColumn());
} catch (PdeException pe) {
throw pe;
} catch (Exception ex) {
System.err.println("Uncaught exception type:" + ex.getClass());
ex.printStackTrace();