public final class

OutOfScopeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.inject.OutOfScopeException

Class Overview

Thrown from get() when an attempt is made to access a scoped object while the scope in question is not currently active.

Summary

Public Constructors
OutOfScopeException(String message)
OutOfScopeException(String message, Throwable cause)
OutOfScopeException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OutOfScopeException (String message)

public OutOfScopeException (String message, Throwable cause)

public OutOfScopeException (Throwable cause)