~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to jsword/java/common/org/crosswire/common/util/LucidException.java

  • Committer: joe
  • Date: 2002-10-08 21:36:18 UTC
  • Revision ID: svn-v4:a88caf3b-7e0a-0410-8d0d-cecb45342206:trunk:80
big config and comment update

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * <p>The third addition is that of a debug/logging string. Some information
29
29
 * about what went wrong is not for the eyes of the user (especially in a web
30
30
 * environment) but we may like to remember what broke.</p>
 
31
 * 
 
32
 * <p><table border='1' cellPadding='3' cellSpacing='0'>
 
33
 * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
31
34
 *
32
 
 * <table border='1' cellPadding='3' cellSpacing='0' width="100%">
33
 
 * <tr><td bgColor='white'class='TableRowColor'><font size='-7'>
34
35
 * Distribution Licence:<br />
35
 
 * Project B is free software; you can redistribute it
 
36
 * JSword is free software; you can redistribute it
36
37
 * and/or modify it under the terms of the GNU General Public License,
37
38
 * version 2 as published by the Free Software Foundation.<br />
38
39
 * This program is distributed in the hope that it will be useful,
40
41
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41
42
 * General Public License for more details.<br />
42
43
 * The License is available on the internet
43
 
 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, by writing to
44
 
 * <i>Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
45
 
 * MA 02111-1307, USA</i>, Or locally at the Licence link below.<br />
 
44
 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
 
45
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
46
 * MA 02111-1307, USA<br />
46
47
 * The copyright to this program is held by it's authors.
47
48
 * </font></td></tr></table>
48
 
 * @see <a href='http://www.eireneh.com/servlets/Web'>Project B Home</a>
49
 
 * @see <{docs.Licence}>
 
49
 * @see docs.Licence
 
50
 * @author Joe Walker [joe at eireneh dot com]
 
51
 * @version $Id$
50
52
 * @see EventException
51
53
 * @see LogicError
52
 
 * @author Joe Walker
53
 
 * @version D0.I0.T0
54
54
 */
55
55
public class LucidException extends Exception
56
56
{