lib/browser/GraphBrowser/ParseError.java
author hoelzl
Mon, 14 Mar 2011 14:37:47 +0100
changeset 41980 28b51effc5ed
parent 13973 9170772bf420
permissions -rw-r--r--
split Extended_Reals into parts for Library and Multivariate_Analysis

package GraphBrowser;

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