com.sunwesttek.util.config
Class NoSuchConfigSectionException

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

public class NoSuchConfigSectionException
extends java.lang.Exception

NoSuchConfigSectionException is thrown if specified config section can not be found.

See Also:
Serialized Form

Constructor Summary
NoSuchConfigSectionException(java.lang.String msg)
          Construct a NoSuchConfigSectionException.
 
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

NoSuchConfigSectionException

public NoSuchConfigSectionException(java.lang.String msg)
Construct a NoSuchConfigSectionException.

Parameters:
msg - Detailed error message


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