lib/browser/GraphBrowser/ParseError.java
author blanchet
Mon, 22 Aug 2011 15:02:45 +0200
changeset 44401 c47f118fe008
parent 13973 9170772bf420
permissions -rw-r--r--
renamed "heavy" to "uniform", based on discussion with Nick Smallbone

package GraphBrowser;

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