com.ecyrd.jspwiki.filters
Class FilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ecyrd.jspwiki.WikiException
              extended by com.ecyrd.jspwiki.filters.FilterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RedirectException

public class FilterException
extends WikiException

A generic PageFilter exception.

Since:
2.1.112
See Also:
Serialized Form

Constructor Summary
FilterException(String msg)
          Constructs an exception.
 
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(String msg)
Constructs an exception.

Parameters:
msg -