All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.webmacro.servlet.ConfigException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.webmacro.servlet.ConfigException

public class ConfigException
extends Exception
This is an exception, which Config may throw if something is wrong with the config file eg default variables cannot be located


Constructor Index

 o ConfigException(String)
Constructor only requires a reason

Constructors

 o ConfigException
 public ConfigException(String reason)
Constructor only requires a reason

Parameters:
reason - explains what went wrong

All Packages  Class Hierarchy  This Package  Previous  Next  Index