![JAR search and dependency download from the Maven repository](/logo.png)
org.jibble.epsgraphics.EpsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of editor Show documentation
Show all versions of editor Show documentation
The INGENIAS Development Kit
/*
Copyright Paul James Mutton, 2001-2004, http://www.jibble.org/
This file is part of EpsGraphics2D.
This software is dual-licensed, allowing you to choose between the GNU
General Public License (GPL) and the www.jibble.org Commercial License.
Since the GPL may be too restrictive for use in a proprietary application,
a commercial license is also provided. Full license information can be
found at http://www.jibble.org/licenses/
$Author: pjm2 $
$Id: EpsException.java,v 1.4 2004/02/01 13:18:47 pjm2 Exp $
*/
package org.jibble.epsgraphics;
public class EpsException extends RuntimeException {
public EpsException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy