bill.util.config
Class ConfigurationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--bill.util.config.ConfigurationException
- All Implemented Interfaces:
- Serializable
- public class ConfigurationException
- extends Exception
Exception class for configuration processing specific exceptions.
- See Also:
- Serialized Form
ConfigurationException
public ConfigurationException()
- Creates an empty ConfigurationException.
ConfigurationException
public ConfigurationException(String strMessage)
- Creates a ConfigurationException with the specified exception message.
The exception message string can later be retrieved by the
Throwable.getMessage () method of class java.lang.Throwable.
- Parameters:
strMessage
- The exception message.