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