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

global.maplink.MapLinkNotConfiguredException Maven / Gradle / Ivy

The newest version!
package global.maplink;

public class MapLinkNotConfiguredException extends RuntimeException {
    public MapLinkNotConfiguredException() {
        super("MapLink.configure must be invoked before usage");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy