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

aQute.bnd.properties.BadLocationException Maven / Gradle / Ivy

Go to download

A command line utility and Ant plugin to wrap, build, or examine bundles.

There is a newer version: 2.4.0
Show newest version
package aQute.bnd.properties;

public class BadLocationException extends Exception {

	private static final long	serialVersionUID	= 1L;

	public BadLocationException() {
		super();
	}

	public BadLocationException(String var0) {
		super(var0);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy