sbool isHardError(Throwable e) { ret innerExceptionOfType(Error, e) != null; }