net.sf.jlayercheck.util.exceptions
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jlayercheck.util.exceptions.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

Thrown if configuration contains errors.

Version:
$Id: ConfigurationException.java,v 1.2 2007/05/04 06:08:56 gunia Exp $
Author:
timo, $Author: gunia $
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
           
ConfigurationException(String msg)
           
ConfigurationException(String msg, Throwable cause)
           
 
Method Summary
 
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()

ConfigurationException

public ConfigurationException(String msg)

ConfigurationException

public ConfigurationException(String msg,
                              Throwable cause)


Copyright © 2007. All Rights Reserved.