Home
last modified time | relevance | path

Searched defs:originalException (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DAdditionalFailureInfoTest.java72 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSet_transformsEverythingElseToExceptionAddsInfoAndTruncatesStackTrace() local
105 IllegalArgumentException originalException = new IllegalArgumentException(); in noExtraInfoSet_otherExceptionPropagatedDirectly() local
130 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSetAndCleared_otherExceptionPropagatedDirectly() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DAdditionalFailureInfoTest.java72 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSet_transformsEverythingElseToExceptionAddsInfoAndTruncatesStackTrace() local
105 IllegalArgumentException originalException = new IllegalArgumentException(); in noExtraInfoSet_otherExceptionPropagatedDirectly() local
130 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSetAndCleared_otherExceptionPropagatedDirectly() local
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DEventException.java53 public EventException(Throwable originalException) { in EventException()
63 public EventException(String exceptionMessage, Throwable originalException) { in EventException()