MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / severe

Method severe

src/org/opensourcephysics/controls/OSPLog.java:418–424  ·  view source on GitHub ↗

Logs a severe error message. @param msg the message

(String msg)

Source from the content-addressed store, hash-verified

416 * @param msg the message
417 */
418 public static void severe(String msg) {
419 if (useMessageFrame()) {
420 org.opensourcephysics.controls.MessageFrame.severe(msg);
421 } else {
422 log(Level.SEVERE, msg);
423 }
424 }
425
426 /**
427 * Logs a warning message.

Callers 1

createVideoMethod · 0.95

Calls 2

useMessageFrameMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected