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

org.sklsft.generator.exception.PackageNotFoundException Maven / Gradle / Ivy

There is a newer version: 2.0.0-M2
Show newest version
package org.sklsft.generator.exception;

public class PackageNotFoundException extends RuntimeException{

	/**
	 * 
	 */
	private static final long serialVersionUID = -5929257156917427754L;

	public PackageNotFoundException(String packageName) {
		super("Could not find a package with name " + packageName);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy