org.opengis.cite.ogcapifeatures10.exception.UnknownCrsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-ogcapi-features10 Show documentation
Show all versions of ets-ogcapi-features10 Show documentation
Describe purpose of test suite.
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