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

org.geojsf.exception.GeoJsfDeveloperException Maven / Gradle / Ivy

The newest version!
package org.geojsf.exception;

public class GeoJsfDeveloperException extends RuntimeException
{
	private static final long serialVersionUID = 1;
	
//	public GeoJsfDeveloperException(){}
	
	public GeoJsfDeveloperException(String msg)
	{
		super(msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy