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");
}
}