Searched refs:getCauses (Results 1 – 4 of 4) sorted by relevance
23 causes = getCauses(cause); in ErrorReportingRunner()43 private List<Throwable> getCauses(Throwable cause) { in getCauses() method in ErrorReportingRunner45 return getCauses(cause.getCause()); in getCauses()48 return ((InitializationError) cause).getCauses(); in getCauses()52 .getCauses(); in getCauses()
34 public List<Throwable> getCauses() { in getCauses() method in InitializationError
44 public List<Throwable> getCauses() { in getCauses() method in InitializationError
49 for (Throwable cause : error.getCauses()) { in ErrorRunner()