MCPcopy Index your code
hub / github.com/benfry/processing4 / reportException

Method reportException

java/src/processing/mode/java/runner/Runner.java:797–799  ·  view source on GitHub ↗
(String message, ObjectReference or, ThreadReference thread)

Source from the content-addressed store, hash-verified

795 // presumably because exceptions may be wrapped inside others,
796 // and this will fire for both.
797 protected void reportException(String message, ObjectReference or, ThreadReference thread) {
798 listener.statusError(findException(message, or, thread));
799 }
800
801
802 /**

Callers 1

exceptionEventMethod · 0.95

Calls 2

findExceptionMethod · 0.95
statusErrorMethod · 0.65

Tested by

no test coverage detected