snifos.exception
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysnifos.exception.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

Thrown when configuration passed to some object is invalid or malformed.

Version:
$Id: ConfigurationException.java,v 1.2 2004/05/08 21:55:29 mwerla Exp $
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Basic constructor.
ConfigurationException(java.lang.String message)
          Constructor with additional messsage.
ConfigurationException(java.lang.Throwable e)
          Constructor with nested exception.
 
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(java.lang.Throwable e)
Constructor with nested exception.

Parameters:
e - Nested exception.

ConfigurationException

public ConfigurationException()
Basic constructor.


ConfigurationException

public ConfigurationException(java.lang.String message)
Constructor with additional messsage.

Parameters:
message - Extra exception message.


Copyright © 2001-2004 MoMaT & MWe Team. All Rights Reserved.