com.fastchar.extjs.exception.FastMenuException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-extjs Show documentation
Show all versions of fastchar-extjs Show documentation
FastChar-ExtJs is a Java Web framework that uses extjs libraries.
package com.fastchar.extjs.exception;
import org.xml.sax.SAXException;
public class FastMenuException extends SAXException {
public FastMenuException(String message) {
super(message);
}
}