blob: 2ca300571f06d3f89624d727fb7703576dccb400 [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.lib.deployer.obr;
2
3import org.xml.sax.SAXException;
4
5public class StopParseException extends SAXException {
6 private static final long serialVersionUID = 1L;
7}