65666768697071727374
IStatus status = ce.getStatus(); IStatus[] children = status.getChildren(); for (int i = 0; i < children.length; i++) msg += "\n" + children[i].getMessage(); System.err.println(msg); ce.printStackTrace(System.err); } return msg; } }
64656667686970717273