lib/browser/GraphBrowser/ParseError.java
author wenzelm
Tue, 27 Aug 2013 15:35:51 +0200
changeset 53229 6ce8328d7912
parent 13973 9170772bf420
permissions -rw-r--r--
explicit "hidden" operation with focus management; explicit popup_font; just one option jedit_popup_font_scale for tooltip and completion;

package GraphBrowser;

class ParseError extends Exception {
	public ParseError(String s) { super(s); }
}