org.codehaus.classworlds
public class ConfigurationException extends java.lang.Exception
Launcher
configuration.Constructor and Description |
---|
ConfigurationException(java.lang.String msg)
Construct.
|
ConfigurationException(java.lang.String msg,
int lineNo,
java.lang.String line)
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.Copyright © 2002-2014. All Rights Reserved.