com.sunwesttek.util.config
Class DuplicateConfigSectionException

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

public class DuplicateConfigSectionException
extends java.lang.Exception

DuplicateConfigSectionException is thrown when a config section with the same name exists.

See Also:
Serialized Form

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

DuplicateConfigSectionException

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

Parameters:
msg - Detailed error message


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