org.crosswire.jsword.book.sword
Class MissingDataFilesException

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
                  extended by org.crosswire.jsword.book.sword.MissingDataFilesException
All Implemented Interfaces:
Serializable

public class MissingDataFilesException
extends BookException

Indicates that the files are missing, and therefore this book should be excluded

Author:
Chris Burrell
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
MissingDataFilesException(String msg)
          Instantiates a new missing data files 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

MissingDataFilesException

public MissingDataFilesException(String msg)
Instantiates a new missing data files exception.

Parameters:
msg - the msg

Copyright ? 2003-2011