throw new VertexNotFoundException(notFound);
}
if (opt.modes.isTransit() && !graph.transitFeedCovers(opt.dateTime)) {
// user wants a path through the transit network,
// but the date provided is outside those covered by the transit feed.
throw new TransitTimesException();
}
}