Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book
Class BookException  view BookException download BookException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.eireneh.util.LucidException
              extended bycom.eireneh.bible.book.BookException
All Implemented Interfaces:
java.io.Serializable

public class BookException
extends com.eireneh.util.LucidException

Something went wrong with a Book.
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below.
The copyright to this program is held by it's authors.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.eireneh.util.LucidException
ex, internal, params, res
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BookException(java.lang.String msg)
          Construct the Exception with a message
BookException(java.lang.String msg, java.lang.Object[] params)
          Construct the Exception with a message and some I18N params
BookException(java.lang.String msg, java.lang.Throwable ex)
          Construct the Exception with a message and a nested Exception
BookException(java.lang.String msg, java.lang.Throwable ex, java.lang.Object[] params)
          Construct the Exception with a message, a nested Exception and some I18N params
 
Methods inherited from class com.eireneh.util.LucidException
getDetailedMessage, getException, getInternalMessage, getMessage, setResourceBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookException

public BookException(java.lang.String msg)
Construct the Exception with a message


BookException

public BookException(java.lang.String msg,
                     java.lang.Throwable ex)
Construct the Exception with a message and a nested Exception


BookException

public BookException(java.lang.String msg,
                     java.lang.Object[] params)
Construct the Exception with a message and some I18N params


BookException

public BookException(java.lang.String msg,
                     java.lang.Throwable ex,
                     java.lang.Object[] params)
Construct the Exception with a message, a nested Exception and some I18N params