org.clapper.util.config
Class SectionExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.clapper.util.misc.NestedException
-
- org.clapper.util.config.ConfigurationException
-
- org.clapper.util.config.SectionExistsException
-
- All Implemented Interfaces:
- java.io.Serializable
public class SectionExistsException extends ConfigurationException
A SectionExistsException is thrown by theConfigurationclass to signify that a requested configuration section already exists and cannot be created.- See Also:
ConfigurationException, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SectionExistsException(java.lang.String sectionName)Constructs an exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetSectionName()Gets the section name associated with this exception.-
Methods inherited from class org.clapper.util.misc.NestedException
getMessage, getMessage, getMessages, getMessages, getMessages, getNestedException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
-
-
DMelt 3.0 © DataMelt by jWork.ORG