Home
last modified time | relevance | path

Searched refs:SomeChainingException (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java44 throw new SomeChainingException(t); in testPropagateIfPossible_NoneDeclared_NoneThrown()
60 throw new SomeChainingException(t); in testPropagateIfPossible_NoneDeclared_UncheckedThrown()
80 throw new SomeChainingException(t); in testPropagateIfPossible_NoneDeclared_UndeclaredThrown()
89 } catch (SomeChainingException expected) { in testPropagateIfPossible_NoneDeclared_UndeclaredThrown()
103 throw new SomeChainingException(t); in testPropagateIfPossible_OneDeclared_NoneThrown()
120 throw new SomeChainingException(t); in testPropagateIfPossible_OneDeclared_UncheckedThrown()
140 throw new SomeChainingException(t); in testPropagateIfPossible_OneDeclared_CheckedThrown()
161 throw new SomeChainingException(t); in testPropagateIfPossible_OneDeclared_UndeclaredThrown()
170 } catch (SomeChainingException expected) { in testPropagateIfPossible_OneDeclared_UndeclaredThrown()
184 throw new SomeChainingException(t); in testPropagateIfPossible_TwoDeclared_NoneThrown()
[all …]