
org.opentripplanner.model.calendar.impl.MultipleCalendarsForServiceIdException Maven / Gradle / Ivy
The newest version!
/* This file is based on code copied from project OneBusAway, see the LICENSE file for further information. */
package org.opentripplanner.model.calendar.impl;
import org.opentripplanner.transit.model.framework.FeedScopedId;
class MultipleCalendarsForServiceIdException extends RuntimeException {
MultipleCalendarsForServiceIdException(FeedScopedId serviceId) {
super("multiple calendars found for serviceId=" + serviceId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy