Searched refs:LooperException (Results 1 – 1 of 1) sorted by relevance
264 throw new LooperException(throwable); in invokeExplosively()272 } catch (LooperException e) { in invokeExplosively()277 if (re.getCause() instanceof LooperException) { in invokeExplosively()278 throw ((LooperException) re.getCause()).getSource(); in invokeExplosively()309 private static class LooperException extends RuntimeException { class in TestableLooper.LooperFrameworkMethod312 public LooperException(Throwable t) { in LooperException() method in TestableLooper.LooperFrameworkMethod.LooperException