org.crosswire.jsword.passage
Class NoSuchVerseException

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.passage.NoSuchKeyException
                  extended by org.crosswire.jsword.passage.NoSuchVerseException
All Implemented Interfaces:
Serializable

public class NoSuchVerseException
extends NoSuchKeyException

When something tries to use a verse that we don't understand.

Author:
Joe Walker
See Also:
The GNU Lesser General Public License for details., Serialized Form

Field Summary
private static long serialVersionUID
          Serialization ID
 
Constructor Summary
NoSuchVerseException(String msg)
          Construct the Exception with a message
NoSuchVerseException(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

NoSuchVerseException

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

Parameters:
msg - The resource id to read

NoSuchVerseException

public NoSuchVerseException(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-2015