com.ecyrd.jspwiki
Class InternalWikiException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ecyrd.jspwiki.InternalWikiException
All Implemented Interfaces:
java.io.Serializable

public class InternalWikiException
extends java.lang.RuntimeException

Denotes something really serious going on inside Wiki. It is a runtime exception so that the API does not need to be changed, but it's helluva lot better than NullPointerException =).

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

Constructor Summary
InternalWikiException(java.lang.String msg)
           
 
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

InternalWikiException

public InternalWikiException(java.lang.String msg)