com.ibm.events.filter
Class InvalidFilterConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.events.EventsException
              extended bycom.ibm.events.filter.FilterException
                  extended bycom.ibm.events.filter.InvalidFilterConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFilterConfigurationException
extends FilterException

Indicates that the configuration string passed to a filter instance is not valid.

Since:
5.1.0
Version:
1.10 2/10/05
See Also:
Filter, FilterFactory.getFilter(), Serialized Form

Constructor Summary
InvalidFilterConfigurationException(java.lang.String msg)
           
 
Methods inherited from class com.ibm.events.EventsException
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFilterConfigurationException

public InvalidFilterConfigurationException(java.lang.String msg)