Skip to content

Stacktrace-printing hardcoded in PApplet.java #222

Description

@processing-bugs

Original author: b...@processing.org (June 07, 2010 01:15:27)

This bug automatically added from:
http://dev.processing.org/bugs/show_bug.cgi?id=1281

Comment from taifunbrowser, 2009-06-16 20:44

To increase object-orientedness, could all

e.printStackTrace

be replaced with

printException(Throwable e)

in Papplet.java ? Then those of us wanting to extend the error handling capabilities
(i.e., if we have many registerDraws() that could throw exceptions), we could just
override this single method.

Original issue: http://code.google.com/p/processing/issues/detail?id=183

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions