Class UnknownScopeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownScopeException
    extends java.lang.RuntimeException
    Thrown when an attempt is made to register an injectable which was annotated with a scope for which no corresponding ScopeResolver was provided.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownScopeException​(java.lang.String message)
      Constructs a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownScopeException

        public UnknownScopeException​(java.lang.String message)
        Constructs a new instance.
        Parameters:
        message - a message describing the error