org.crosswire.common.config
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.crosswire.common.util.LucidException
              extended by org.crosswire.common.config.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException
extends LucidException

Something went wrong while setting config options.

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
ConfigException(MsgBase msg)
          Construct the Exception with a message
ConfigException(MsgBase msg, Object[] params)
          Construct the Exception with a message and some Msg params
ConfigException(MsgBase msg, Throwable ex)
          Construct the Exception with a message and a nested Exception
ConfigException(MsgBase msg, Throwable ex, Object[] params)
          Construct the Exception with a message, a nested Exception and some Msg 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

ConfigException

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

Parameters:
msg - The resource id to read

ConfigException

public ConfigException(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

ConfigException

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

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

ConfigException

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

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

Copyright ยจ 2003-2007