Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.classworlds.launcher.ConfigurationException
- All Implemented Interfaces:
Serializable
Indicates an error during
Launcher
configuration.- Author:
- bob mcwhirter
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ConfigurationException
(Exception cause) 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 Details
-
ConfigurationException
Construct.- Parameters:
msg
- The message.
-
ConfigurationException
Construct.- Parameters:
msg
- The message.lineNo
- The number of configuraton line where the problem occured.line
- The configuration line where the problem occured.
-
ConfigurationException
-