org.clapper.util.config
Class NoSuchVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.clapper.util.misc.NestedException
-
- org.clapper.util.config.ConfigurationException
-
- org.clapper.util.config.NoSuchVariableException
-
- All Implemented Interfaces:
- java.io.Serializable
public class NoSuchVariableException extends ConfigurationException
A NoSuchVariableException is thrown by theConfigurationclass to signify that a requested configuration variable does not exist.- See Also:
ConfigurationException, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NoSuchVariableException(java.lang.String sectionName, java.lang.String variableName)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.java.lang.StringgetVariableName()Gets the variable 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