package eu.wietsevenema.lang.oberon.exceptions; public class ParseException extends Exception { public ParseException(String string) { super(string); } private static final long serialVersionUID = 8781591708346786046L; }