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

org.metacsp.throwables.NoFootprintException Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package org.metacsp.throwables;

public class NoFootprintException extends Error {
	
	public NoFootprintException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy