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

org.opengis.cite.ogcapifeatures10.exception.UnknownCrsException Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package org.opengis.cite.ogcapifeatures10.exception;

import org.testng.SkipException;

/**
 * @author Lyn Goltz 
 */
public class UnknownCrsException extends SkipException {

    public UnknownCrsException( String skipMessage ) {
        super( skipMessage );
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy