static void printExceptionShort(S prefix, Throwable e) { print(prefix, exceptionToStringShort(e)); }