Package dev.voidframework.web.exception
Class RoutingException.BadRoutingArgument
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.RoutingException
dev.voidframework.web.exception.RoutingException.BadRoutingArgument
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoutingException
Exception indicates that an argument during the route registration is invalid.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.RoutingException
RoutingException.AppRouteDefinitionLoadFailure, RoutingException.BadRoutingArgument -
Constructor Summary
ConstructorsConstructorDescriptionBadRoutingArgument(String argumentName, Object currentValue) Build 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
-
Constructor Details
-
BadRoutingArgument
Build a new instance.- Parameters:
argumentName- The argument namecurrentValue- The current invalid value
-