net.jetrix.filter
Class FilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jetrix.filter.FilterException
All Implemented Interfaces:
Serializable

public class FilterException
extends Exception

This exception is thrown by FilterManager.getFilter(String) to indicate that the creation of a filter threw a checked exception.

Version:
$Revision: 121 $, $Date: 2003-03-01 20:57:43 +0100 (sam., 01 mars 2003) $
Author:
Emmanuel Bourg
See Also:
Serialized Form

Constructor Summary
FilterException()
           
FilterException(String s)
           
FilterException(Throwable t)
           
 
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

FilterException

public FilterException()

FilterException

public FilterException(String s)

FilterException

public FilterException(Throwable t)


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.