org.crosswire.jsword.book
Class BookException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crosswire.common.util.LucidException
              extended by org.crosswire.jsword.book.BookException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingDataFilesException

public class BookException
extends LucidException

Something went wrong with a Book.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.
, Serialized Form

Field Summary
private static long serialVersionUID
          Serialization ID
 
Constructor Summary
BookException(String msg)
          Construct the Exception with a message
BookException(String msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
 
Method Summary
 
Methods inherited from class org.crosswire.common.util.LucidException
getDetailedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

BookException

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

Parameters:
msg - The resource id to read

BookException

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

Parameters:
msg - The resource id to read
ex - The nested Exception

Copyright ? 2003-2011