org.codehaus.classworlds
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.classworlds.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends Exception
Indicates an error during Launcher
configuration.
- Version:
- $Id$
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright © 2002-2012 Codehaus. All Rights Reserved.