java.lang.Object
java.lang.Throwable
java.lang.Exception
com.further.jaudit.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConfigurationException
- extends java.lang.Exception
A configuration exception is raised when the system is unable to parse
the configuration, or there is a logical inconsistency in the configuration
data that makes it not possible to use (such as boolean values for a
fixed-range metric).
- Since:
- 1.0
- Version:
- $Id: ConfigurationException.java,v 1.1.1.1 2001/10/11 16:42:06 krisw Exp $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException()
- Creates new
ConfigurationException without detail message.
ConfigurationException
public ConfigurationException(java.lang.String msg)
- Constructs an
ConfigurationException with the specified detail message.