net.jetrix.filter
Class FilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FilterException
public FilterException()
FilterException
public FilterException(String s)
FilterException
public FilterException(Throwable t)
Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.