org.codehaus.plexus.classworlds.launcher
public class ConfigurationException extends Exception
Launcher configuration.
Version: $Id$
| Constructor Summary | |
|---|---|
| ConfigurationException(String msg)
Construct.
| |
| ConfigurationException(String msg, int lineNo, String line)
Construct.
| |
Parameters: msg The message.
Parameters: msg The message. lineNo The number of configuraton line where the problem occured. line The configuration line where the problem occured.