lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 16 Jun 2011 22:05:40 +0200
changeset 43414 f0770743b7ec
parent 13973 9170772bf420
permissions -rw-r--r--
static token markup, based on outer syntax only; eliminated obsolete buffer.propertiesChanged (expensive due to remarking of full buffer etc.);

package GraphBrowser;

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