Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/
DOutOfScopeException.java26 public final class OutOfScopeException extends RuntimeException { class
28 public OutOfScopeException(String message) { in OutOfScopeException() method in OutOfScopeException
32 public OutOfScopeException(String message, Throwable cause) { in OutOfScopeException() method in OutOfScopeException
36 public OutOfScopeException(Throwable cause) { in OutOfScopeException() method in OutOfScopeException
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DTransferRequestIntegrationTest.java24 import com.google.inject.OutOfScopeException;
52 } catch (OutOfScopeException expected) {} in testTransferHttp_outOfScope()
59 } catch (OutOfScopeException expected) {} in testTransferNonHttp_outOfScope()
DScopeRequestIntegrationTest.java25 import com.google.inject.OutOfScopeException;
123 assertTrue(pe.getCause() instanceof OutOfScopeException); in testNullReplacement()
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java20 import com.google.inject.OutOfScopeException;
67 throw new OutOfScopeException("Cannot access the session in a continued request"); in getSession()
DServletScopes.java26 import com.google.inject.OutOfScopeException;
270 throw new OutOfScopeException("Not in a request scope");
282 throw new OutOfScopeException("Not in a request scope");
DGuiceFilter.java22 import com.google.inject.OutOfScopeException;
165 throw new OutOfScopeException("Cannot access scoped [" + Errors.convert(key) in getContext()
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderTest.java35 import com.google.inject.OutOfScopeException;
1487 throw new OutOfScopeException("failure"); in testProvisionExceptionOnDependenciesOfCxtor()