Class UnsatisfiedPathVariableRouteException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class UnsatisfiedPathVariableRouteException
    extends UnsatisfiedRouteException
    An exception thrown when the an PathVariable to a Route cannot be satisfied.
    Since:
    1.3.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPathVariableName()  
      • 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

      • UnsatisfiedPathVariableRouteException

        public UnsatisfiedPathVariableRouteException​(java.lang.String name,
                                                     io.micronaut.core.type.Argument<?> argument)
        Parameters:
        name - The name of the path variable
        argument - The Argument
    • Method Detail

      • getPathVariableName

        public java.lang.String getPathVariableName()
        Returns:
        The name of the path variable