Package org.codehaus.classworlds
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.classworlds.ConfigurationException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ConfigurationException extends Exception
Deprecated.Indicates an error duringLauncher
configuration.- Author:
- bob mcwhirter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(String msg)
Deprecated.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 Detail
-
ConfigurationException
public ConfigurationException(String msg)
Deprecated.Construct.- Parameters:
msg
- The message.
-
-