blob: 30647db70b47ebb52fd0d54c89ad3bd526fb68b9 [file] [log] [blame]
Stuart McCulloch42151ee2012-07-16 13:43:38 +00001package aQute.bnd.properties;
Stuart McCulloch669423b2012-06-26 16:34:24 +00002
3public class BadLocationException extends Exception {
4
5 private static final long serialVersionUID = 1L;
6
7 public BadLocationException() {
8 super();
9 }
10
11 public BadLocationException(String var0) {
12 super(var0);
13 }
14}