com.ecyrd.jspwiki
Class WikiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ecyrd.jspwiki.WikiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilterException, NoRequiredPropertyException, NoSuchVariableException, PluginException, ProviderException, WikiSecurityException

public class WikiException
extends Exception

A generic Wiki exception.

Since:
2.0
Author:
Janne Jalkanen
See Also:
Serialized Form

Constructor Summary
WikiException(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

WikiException

public WikiException(String msg)
Constructs an exception.