org.crosswire.common.config
Class StartupException

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.StartupException
All Implemented Interfaces:
Serializable

public class StartupException
extends LucidException

Something in the startup config files failed to start properly.

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
StartupException(String msg)
           
StartupException(String msg, Throwable cause)
           
 
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

StartupException

public StartupException(String msg)
Parameters:
msg - what happened

StartupException

public StartupException(String msg,
                        Throwable cause)
Parameters:
msg - what happened
cause - what caused the problem

Copyright ยจ 2003-2015