Class IncomparableRouteMatchException

  • All Implemented Interfaces:
    Serializable

    public class IncomparableRouteMatchException
    extends Exception
    An exception which is thrown when two incompatible RouteMatch instances are attempted to be compared.
    See Also:
    Serialized Form
    • Constructor Detail

      • IncomparableRouteMatchException

        public IncomparableRouteMatchException​(RouteMatch firstRouteMatch,
                                               RouteMatch secondRouteMatch)
        Constructs a IncomparableRouteMatchException with the two RouteMatch instance that caused the exception.
        Parameters:
        firstRouteMatch - The first RouteMatch instance.
        secondRouteMatch - The second RouteMatch instance.