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)
| 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 | /** |
no outgoing calls
no test coverage detected