3f0611fdc1add7f2e4ea01cfbd49e3307c28b140
[jalview.git] / src / org / jibble / epsgraphics / EpsException.java
1 /* \r
2 Copyright Paul James Mutton, 2001-2004, http://www.jibble.org/\r
3 \r
4 This file is part of EpsGraphics2D.\r
5 \r
6 This software is dual-licensed, allowing you to choose between the GNU\r
7 General Public License (GPL) and the www.jibble.org Commercial License.\r
8 Since the GPL may be too restrictive for use in a proprietary application,\r
9 a commercial license is also provided. Full license information can be\r
10 found at http://www.jibble.org/licenses/\r
11 \r
12 $Author$\r
13 $Id$\r
14 \r
15 */\r
16 \r
17 package org.jibble.epsgraphics;\r
18 \r
19 public class EpsException extends RuntimeException {\r
20     \r
21     public EpsException(String message) {\r
22         super(message);\r
23     }\r
24     \r
25 }