package org.reuseware.air.ui.eclipse.exceptions; public class ExtendGrammarException extends Exception { /** * */ private static final long serialVersionUID = 1L; public ExtendGrammarException(String str) { super(str); } }