lib/browser/GraphBrowser/ParseError.java
author wenzelm
Fri, 05 May 2006 21:59:48 +0200
changeset 19580 c878a09fb849
parent 13973 9170772bf420
permissions -rw-r--r--
replaced find_paths by irreducible_paths, i.e. produce paths within a Hasse diagram;

package GraphBrowser;

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