org.crosswire.common.config
Class StartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.crosswire.common.util.LucidException
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
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
StartupException
public StartupException(String msg)
- Parameters:
msg
- what happened
StartupException
public StartupException(String msg,
Throwable cause)
- Parameters:
msg
- what happenedcause
- what caused the problem