X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsException.java;fp=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsException.java;h=c8605007edc3634d15054d03daaedb6c80075cca;hb=506d60f0e188723ddc91c26824b41ac7034df3fe;hp=c9ae519649d2daf380ff88f993d361f8b57f4a91;hpb=60f2d6c034560415fd0139c8bc7df0c19cae1186;p=jalview.git diff --git a/src/org/jibble/epsgraphics/EpsException.java b/src/org/jibble/epsgraphics/EpsException.java index c9ae519..c860500 100755 --- a/src/org/jibble/epsgraphics/EpsException.java +++ b/src/org/jibble/epsgraphics/EpsException.java @@ -1,28 +1,27 @@ -/* - 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$ - $Id$ - - */ - -package org.jibble.epsgraphics; - -public class EpsException - extends RuntimeException -{ - - public EpsException(String message) - { - super(message); - } - +/* + 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$ + $Id$ + + */ + +package org.jibble.epsgraphics; + +public class EpsException extends RuntimeException +{ + + public EpsException(String message) + { + super(message); + } + } \ No newline at end of file