184185186187188189190191192193
**/ public static void error (String message) { try { CommunicationManager cManager = CommunicationManager.getManager(); cManager.send(cManager.getConsoleAddress(), new Error(message)); } catch (Exception e) { Aleph.panic(e); } }