org.crosswire.jsword.passage
Class NoSuchKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.crosswire.common.util.LucidException
org.crosswire.jsword.passage.NoSuchKeyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoSuchVerseException
public class NoSuchKeyException
- extends LucidException
When something tries to use a key that we don't understand.
- Author:
- Joe Walker
- See Also:
The GNU Lesser General Public License for details.
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
NoSuchKeyException
public NoSuchKeyException(String msg)
- Construct the Exception with a message
- Parameters:
msg
- The resource id to read
NoSuchKeyException
public NoSuchKeyException(String msg,
Throwable ex)
- Construct the Exception with a message and a nested Exception
- Parameters:
msg
- The resource id to readex
- The nested Exception