Class UnsatisfiedRouteException

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static UnsatisfiedRouteException create​(io.micronaut.core.type.Argument<?> argument)
      Creates a specialized UnsatisfiedRouteException given the provided argument.
      io.micronaut.core.type.Argument<?> getArgument()  
      • 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
    • Method Detail

      • create

        public static UnsatisfiedRouteException create​(io.micronaut.core.type.Argument<?> argument)
        Creates a specialized UnsatisfiedRouteException given the provided argument.
        Parameters:
        argument - The Argument
        Returns:
        A UnsatisfiedRouteException
      • getArgument

        public io.micronaut.core.type.Argument<?> getArgument()
        Returns:
        The argument