Package org.int4.dirk.spi.scope
Class UnknownScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.spi.scope.UnknownScopeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownScopeException extends java.lang.RuntimeExceptionThrown when an attempt is made to register an injectable which was annotated with a scope for which no correspondingScopeResolverwas provided.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownScopeException(java.lang.String message)Constructs a new instance.
-