lib/browser/GraphBrowser/ParseError.java
author berghofe
Wed, 07 Jul 2010 18:17:23 +0200
changeset 37738 7bf3ec9e7b0c
parent 13973 9170772bf420
permissions -rw-r--r--
Boxes may now have different widths.

package GraphBrowser;

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