@Deprecated
public class ConfigurationException
extends java.lang.Exception
Launcher configuration.| Constructor and Description |
|---|
ConfigurationException(java.lang.String msg)
Deprecated.
Construct.
|
ConfigurationException(java.lang.String msg,
int lineNo,
java.lang.String line)
Deprecated.
Construct.
|
public ConfigurationException(java.lang.String msg)
msg - The message.public ConfigurationException(java.lang.String msg,
int lineNo,
java.lang.String line)
msg - The message.lineNo - The number of configuraton line where the problem occured.line - The configuration line where the problem occured.