lib/browser/GraphBrowser/ParseError.java
author wenzelm
Fri, 10 Aug 2012 15:14:45 +0200
changeset 48755 393a37003851
parent 13973 9170772bf420
permissions -rw-r--r--
apply all text edits to each node, before determining the resulting doc_edits -- allow several iterations to consolidate spans etc.; expand Clear edit before sending to prover; at most one full reparse of each node;

package GraphBrowser;

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