lib/browser/GraphBrowser/ParseError.java
author wenzelm
Wed, 16 Nov 2011 20:56:21 +0100
changeset 45525 59561859c452
parent 13973 9170772bf420
permissions -rw-r--r--
tagging is not stable under morphisms and need to be replayed dynamically (mixed_attribute);

package GraphBrowser;

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