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

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

There is a newer version: 7.0.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