lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 19 Jun 2008 20:48:01 +0200
changeset 27277 7b7ce2d7fafe
parent 13973 9170772bf420
permissions -rw-r--r--
export read_typ/cert_typ -- version with regular context operations;

package GraphBrowser;

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