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: 794 $, $Date: 2009-02-17 20:08:39 +0100 (Tue, 17 Feb 2009) $
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-2010. All Rights Reserved.