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

Method showException

core/src/processing/core/PGraphics.java:8326–8328  ·  view source on GitHub ↗

Show a renderer-related exception that halts the program. Currently just wraps the message as a RuntimeException and throws it, but might do something more specific might be used in the future.

(String msg)

Source from the content-addressed store, hash-verified

8324 * something more specific might be used in the future.
8325 */
8326 static public void showException(String msg) { // ignore
8327 throw new RuntimeException(msg);
8328 }
8329
8330
8331 /**

Callers 9

compileMethod · 0.95
validateMethod · 0.95
compileVertexShaderMethod · 0.95
compileFragmentShaderMethod · 0.95
loadFragmentShaderMethod · 0.95
loadVertexShaderMethod · 0.95
loadFragmentShaderMethod · 0.95
loadVertexShaderMethod · 0.95
saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected