com.ecyrd.jspwiki
Class WikiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WikiException
public WikiException(String msg)
- Constructs an exception.