org.openamf.filter
Class FilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.openamf.filter.FilterException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class FilterException
extends org.apache.commons.lang.exception.NestableException

Version:
$Revision: 1.5 $, $Date: 2003/08/09 16:59:23 $
Author:
Jason Calabrese
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
FilterException(java.lang.String message)
           
FilterException(java.lang.String message, java.lang.Throwable cause)
           
FilterException(java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterException

public FilterException(java.lang.String message)

FilterException

public FilterException(java.lang.Throwable cause)

FilterException

public FilterException(java.lang.String message,
                       java.lang.Throwable cause)