Class UnsatisfiedPartRouteException

All Implemented Interfaces:
Serializable

public final class UnsatisfiedPartRouteException extends UnsatisfiedRouteException
An exception thrown when the an Part to a Route cannot be satisfied.
Since:
1.3.0
Author:
Fabien Renaud
See Also:
  • Constructor Details

    • UnsatisfiedPartRouteException

      public UnsatisfiedPartRouteException(String name, Argument<?> argument)
      Parameters:
      name - The name of the part
      argument - The Argument
  • Method Details

    • getPartName

      public String getPartName()
      Returns:
      The name of the part