Stuart McCulloch | d482610 | 2012-06-26 16:34:24 +0000 | [diff] [blame^] | 1 | package aQute.lib.properties; |
2 | |||||
3 | public 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 | } |