Package org.codehaus.classworlds
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.classworlds.ConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationException extends java.lang.Exception
Indicates an error duringLauncher
configuration.- Version:
- $Id: ConfigurationException.java 78 2004-07-01 13:59:13Z jvanzyl $
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.String msg)
Construct.ConfigurationException(java.lang.String msg, int lineNo, java.lang.String line)
Construct.
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(java.lang.String msg)
Construct.- Parameters:
msg
- The message.
-
ConfigurationException
public ConfigurationException(java.lang.String msg, int lineNo, java.lang.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.
-
-