Class RoutingException.BadRoutingArgument

All Implemented Interfaces:
Serializable
Enclosing class:
RoutingException

public static class RoutingException.BadRoutingArgument extends RoutingException
Exception indicates that an argument during the route registration is invalid.
See Also:
  • Constructor Details

    • BadRoutingArgument

      public BadRoutingArgument(String argumentName, Object currentValue)
      Build a new instance.
      Parameters:
      argumentName - The argument name
      currentValue - The current invalid value