org.codehaus.plexus.classworlds.launcher
Class ConfigurationException
java.lang.Objectjava.lang.Throwablejava.lang.Exceptionorg.codehaus.plexus.classworlds.launcher.ConfigurationException
public class ConfigurationException
extends java.lang.Exception
Indicates an error during Launcher configuration.
ConfigurationException
public ConfigurationException(java.lang.String msg)
Construct.
ConfigurationException
public ConfigurationException(java.lang.String msg,
int lineNo,
java.lang.String line) Construct.
msg - The message.lineNo - The number of configuraton line where the problem occured.line - The configuration line where the problem occured.