FileDocCategorySizeDatePackage
ConfigurationException.javaAPI DocExample617Thu Aug 24 19:40:36 BST 2000com.imaginary.lwp

ConfigurationException

public class ConfigurationException extends RuntimeException
The base exception class for all configuration-related problems.
Last modified $Date$
version
$Revision$
author
George Reese (borg@imaginary.com)

Fields Summary
Constructors Summary
public ConfigurationException()
Empty constructor for serialization and nothing else.

        super();
    
public ConfigurationException(String rsn)
Constructs a new exception for the specified reason.

param
rsn the reason message for the exception

        super(rsn);
    
Methods Summary