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

Constructor Index

 o ConfigException()
Constructs a ConfigException with no message.
 o ConfigException(String)
Constructs a ConfigException with a detail message.
 o ConfigException(String, int, String)
Constructs a ConfigException with a specified file name, line number and detail message.

Constructors

 o ConfigException
 public ConfigException()
Constructs a ConfigException with no message.

 o ConfigException
 public ConfigException(String msg)
Constructs a ConfigException with a detail message.

Parameters:
msg - the detail message
 o 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