Home
last modified time | relevance | path

Searched defs:ExceptionWithGoodAndBadConstructor (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetCheckedInputs.java113 static final class ExceptionWithGoodAndBadConstructor extends Exception { class in FuturesGetCheckedInputs
114 public ExceptionWithGoodAndBadConstructor(String message, Throwable cause) { in ExceptionWithGoodAndBadConstructor() method in FuturesGetCheckedInputs.ExceptionWithGoodAndBadConstructor
118 public ExceptionWithGoodAndBadConstructor(Throwable cause) { in ExceptionWithGoodAndBadConstructor() method in FuturesGetCheckedInputs.ExceptionWithGoodAndBadConstructor
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetCheckedInputs.java113 static final class ExceptionWithGoodAndBadConstructor extends Exception { class in FuturesGetCheckedInputs
114 public ExceptionWithGoodAndBadConstructor(String message, Throwable cause) { in ExceptionWithGoodAndBadConstructor() method in FuturesGetCheckedInputs.ExceptionWithGoodAndBadConstructor
118 public ExceptionWithGoodAndBadConstructor(Throwable cause) { in ExceptionWithGoodAndBadConstructor() method in FuturesGetCheckedInputs.ExceptionWithGoodAndBadConstructor