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