mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Implement constructor casting both from literal strings and to String.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user