All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.conveyal.gtfs.util.InvalidNamespaceException Maven / Gradle / Ivy

Go to download

A library to load and index GTFS feeds of arbitrary size using disk-backed storage

There is a newer version: 6.2.0
Show newest version
package com.conveyal.gtfs.util;

public class InvalidNamespaceException extends Exception {
    public InvalidNamespaceException() {
        super("Namespace must only have alphanumeric characters or the underscore symbol");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy