Searched refs:toThrow (Results 1 – 9 of 9) sorted by relevance
91 private BOSHException toThrow; field in ApacheHTTPResponse156 toThrow = new BOSHException("Could not generate request", e); in ApacheHTTPResponse()169 toThrow = new BOSHException("HTTP request aborted"); in abort()181 if (toThrow != null) { in getBody()182 throw(toThrow); in getBody()203 if (toThrow != null) { in getHTTPStatus()204 throw(toThrow); in getHTTPStatus()246 toThrow = new BOSHException("Could not obtain response", iox); in awaitResponse()247 throw(toThrow); in awaitResponse()
97 + private BOSHException toThrow;162 + toThrow = new BOSHException("Could not generate request", e);175 + toThrow = new BOSHException("HTTP request aborted");187 + if (toThrow != null) {188 + throw(toThrow);209 + if (toThrow != null) {210 + throw(toThrow);252 + toThrow = new BOSHException("Could not obtain response", iox);253 + throw(toThrow);
43 VoidMethodStubbable<T> toThrow(Throwable throwable); in toThrow() method
63 DeprecatedOngoingStubbing<T> toThrow(Throwable throwable); in toThrow() method
21 public VoidMethodStubbable<T> toThrow(Throwable throwable) { in toThrow() method in VoidMethodStubbableImpl
76 public DeprecatedOngoingStubbing<T> toThrow(Throwable throwable) { in toThrow() method in BaseStubbing
51 MojoException toThrow = null; in tearDown() local56 if (toThrow == null) { in tearDown()57 toThrow = e; in tearDown()61 if (toThrow != null) { in tearDown()62 throw toThrow; in tearDown()
244 predicates.toThrow = function(actual) { function
387 public void throwValue(Local<? extends Throwable> toThrow) { in throwValue() argument389 RegisterSpecList.make(toThrow.spec()), catches)); in throwValue()