org.crosswire.jsword.passage
Class NoSuchKeyException

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
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 [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
 
Fields inherited from class org.crosswire.common.util.LucidException
params
 
Constructor Summary
NoSuchKeyException(MsgBase msg)
          Construct the Exception with a message
NoSuchKeyException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some i18n params
NoSuchKeyException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
NoSuchKeyException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some i18n params
 
Method Summary
 
Methods inherited from class org.crosswire.common.util.LucidException
getDetailedMessage, getMessage
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

NoSuchKeyException

public NoSuchKeyException(MsgBase msg)
Construct the Exception with a message

Parameters:
msg - The resource id to read

NoSuchKeyException

public NoSuchKeyException(MsgBase msg,
                          Throwable ex)
Construct the Exception with a message and a nested Exception

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

NoSuchKeyException

public NoSuchKeyException(MsgBase msg,
                          Object[] params)
Construct the Exception with a message and some i18n params

Parameters:
msg - The resource id to read
params - An array of parameters

NoSuchKeyException

public NoSuchKeyException(MsgBase msg,
                          Throwable ex,
                          Object[] params)
Construct the Exception with a message, a nested Exception and some i18n params

Parameters:
msg - The resource id to read
ex - The nested Exception
params - An array of parameters

Copyright ยจ 2003-2007