MCPcopy Index your code
hub / github.com/processing/processing / showException

Method showException

core/src/processing/core/PGraphics.java:8319–8321  ·  view source on GitHub ↗

Show an 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

8317 * something more specific might be used in the future.
8318 */
8319 static public void showException(String msg) { // ignore
8320 throw new RuntimeException(msg);
8321 }
8322
8323
8324 /**

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