Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.further.jaudit
Class ConfigurationException  view ConfigurationException download ConfigurationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfigurationException()
          Creates new ConfigurationException without detail message.
ConfigurationException(java.lang.String msg)
          Constructs an ConfigurationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Creates new ConfigurationException without detail message.


ConfigurationException

public ConfigurationException(java.lang.String msg)
Constructs an ConfigurationException with the specified detail message.