org.x4juli.filter
Class InvalidFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.x4juli.filter.InvalidFilterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFilterException
extends java.lang.RuntimeException

Thrown if an Filter has an invalid state due to progamming errors.

Author:
Boris Unckel
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidFilterException()
          Default Constructor.
InvalidFilterException(java.lang.String message)
          Constructor with detail message.
InvalidFilterException(java.lang.String message, java.lang.Throwable cause)
          Constructor with detail message for nested exceptions.
InvalidFilterException(java.lang.Throwable cause)
          Constructor for nested exceptions.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

InvalidFilterException

public InvalidFilterException()
Default Constructor.


InvalidFilterException

public InvalidFilterException(java.lang.String message)
Constructor with detail message.

Parameters:
message - with details why the exception was thrown.

InvalidFilterException

public InvalidFilterException(java.lang.Throwable cause)
Constructor for nested exceptions.

Parameters:
cause - the root exception which is going to be nested.

InvalidFilterException

public InvalidFilterException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor with detail message for nested exceptions.

Parameters:
message - with details why the exception was thrown.
cause - the root exception which is going to be nested.


${license_html}