static void printShortOrLongException(Throwable e, bool lonG) { if (lonG) printStackTrace(e); else printShortException(e); }