com.ecyrd.jspwiki
Class WikiException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ecyrd.jspwiki.WikiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoRequiredPropertyException, NoSuchVariableException, PluginException, ProviderException

public class WikiException
extends java.lang.Exception

A generic Wiki exception.

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

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