com.sunwesttek.util.config
Class InvalidConfigParamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sunwesttek.util.config.InvalidConfigParamException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigParamException
extends java.lang.Exception

InvalidConfigParamException is thrown if the config section does not comply with the requirements.

See Also:
Serialized Form

Constructor Summary
InvalidConfigParamException(java.lang.String msg)
          Construct an InvalidConfigParamException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigParamException

public InvalidConfigParamException(java.lang.String msg)
Construct an InvalidConfigParamException.

Parameters:
msg - Detailed error message


Copyright (c) 2002 Sunwest Technologies. http://www.SunwestTek.com/