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