org.jdiseq.filter
Class InvalidConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jdiseq.filter.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.Exception

Exception situations when accessing configuration

Since:
1.0
Version:
$Id: InvalidConfigurationException.java,v 1.4 2003/07/22 00:07:22 trondandersen Exp $
Author:
Trond Andersen
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException(java.lang.String message)
          InvalidConfigurationException with a message
InvalidConfigurationException(java.lang.Throwable throwable)
          Instansiate exception with a 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

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message)
InvalidConfigurationException with a message

Parameters:
message - Exception description

InvalidConfigurationException

public InvalidConfigurationException(java.lang.Throwable throwable)
Instansiate exception with a nested exception

Parameters:
throwable - Nested exception


Copyright © 2003 SourceForge.net. All Rights Reserved.