Formatting
[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\r
20     extends RuntimeException\r
21 {\r
22 \r
23   public EpsException(String message)\r
24   {\r
25     super(message);\r
26   }\r
27 \r
28 }