Searched defs:shouldThrow (Results 1 – 2 of 2) sorted by relevance
71 val shouldThrow = AtomicBoolean(true) in exceptionInRequest() constant
274 public ThrowingObject(boolean shouldThrow) { in ThrowingObject()