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:
- DecisionRequiredException, FilterException, NoRequiredPropertyException, NoSuchVariableException, ParseException, PluginException, ProviderException, WikiSecurityException
public class WikiException
- extends Exception
A generic Wiki exception.
- Since:
- 2.0
- 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.
- Parameters:
msg
- The message in the exception.