Lines Matching refs:e
143 } catch (IllegalAccessException e) { in validate()
144 throw new MessagingException("internal error", e); in validate()
145 } catch (InstantiationException e) { in validate()
146 throw new MessagingException("internal error", e); in validate()
172 ValidationResult(Exception e) { in ValidationResult() argument
175 exception = e; in ValidationResult()
211 public void userLog(String str, Exception e) { in userLog() argument
213 Log.e(TAG, str, e); in userLog()
215 Log.e(TAG, str + e); in userLog()
218 FileLogger.log(e); in userLog()
252 Log.e(TAG, str); in errorLog()
278 } catch (InterruptedException e) { in hasConnectivity()