![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 /* 00002 Copyright Paul James Mutton, 2001-2004, http://www.jibble.org/ 00003 00004 This file is part of EpsGraphics2D. 00005 00006 This software is dual-licensed, allowing you to choose between the GNU 00007 General Public License (GPL) and the www.jibble.org Commercial License. 00008 Since the GPL may be too restrictive for use in a proprietary application, 00009 a commercial license is also provided. Full license information can be 00010 found at http://www.jibble.org/licenses/ 00011 00012 $Author: pjm2 $ 00013 $Id: EpsException.java,v 1.4 2004/02/01 13:18:47 pjm2 Exp $ 00014 00015 */ 00016 00017 00023 public class EpsException extends RuntimeException { 00024 00025 public EpsException(String message) { 00026 super(message); 00027 } 00028 00029 }