All Packages Class Hierarchy This Package Previous Next Index
Class VisiModel.ConfigException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----VisiModel.ConfigException
- public class ConfigException
- extends Exception
Signals that a configuration file content error has been detected.
- Version:
- $Revision: 1.2 $, $Date: 2000/10/12 14:09:10 $
- Author:
- Mike Spengler
-
ConfigException()
- Constructs a
ConfigException with no message.
-
ConfigException(String)
- Constructs a
ConfigException with a detail message.
-
ConfigException(String, int, String)
- Constructs a
ConfigException with a specified file name,
line number and detail message.
ConfigException
public ConfigException()
- Constructs a
ConfigException with no message.
ConfigException
public ConfigException(String msg)
- Constructs a
ConfigException with a detail message.
- Parameters:
- msg - the detail message
ConfigException
public ConfigException(String fn,
int l,
String msg)
- Constructs a
ConfigException with a specified file name,
line number and detail message.
- Parameters:
- fn - the configuration file name
- l - the line number on which the error occurred
- msg - the detail message
All Packages Class Hierarchy This Package Previous Next Index