org.apache.wiki.api.exceptions
Class FilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.api.exceptions.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 -


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.