|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.clapper.util.misc.NestedException
org.clapper.util.config.ConfigurationException
org.clapper.util.config.SectionExistsException
public class SectionExistsException
A SectionExistsException is thrown by the
Configuration class to signify that a requested configuration
section already exists and cannot be created.
ConfigurationException,
Serialized Form| Constructor Summary | |
|---|---|
SectionExistsException(java.lang.String sectionName)
Constructs an exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSectionName()
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 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SectionExistsException(java.lang.String sectionName)
sectionName - the section name to which the exception pertains| Method Detail |
|---|
public java.lang.String getSectionName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||