
org.opentripplanner.framework.geometry.UnsupportedGeometryException Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.framework.geometry;
public class UnsupportedGeometryException extends Exception {
public String message;
public UnsupportedGeometryException(String message) {
this.message = message;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy