com.ibm.events.filter
Class InvalidFilterConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.events.EventsException
                    |
                    +--com.ibm.events.filter.FilterException
                          |
                          +--com.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.8 6/8/04
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, 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)