Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.classworlds.launcher.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends Exception
Indicates an error duringLauncher
configuration.- Author:
- bob mcwhirter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConfigurationException(Exception cause)
ConfigurationException(String msg)
Construct.ConfigurationException(String msg, int lineNo, String line)
Construct.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(String msg)
Construct.- Parameters:
msg
- The message.
-
ConfigurationException
public ConfigurationException(String msg, int lineNo, String line)
Construct.- Parameters:
msg
- The message.lineNo
- The number of configuraton line where the problem occured.line
- The configuration line where the problem occured.
-
ConfigurationException
protected ConfigurationException(Exception cause)
-
-