org.apache.wiki
Class InternalWikiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wiki.InternalWikiException
All Implemented Interfaces:
Serializable

public class InternalWikiException
extends 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
See Also:
Serialized Form

Constructor Summary
InternalWikiException(String msg)
          Create a new InternalWikiException.
 
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

InternalWikiException

public InternalWikiException(String msg)
Create a new InternalWikiException.

Parameters:
msg - The Exception message.


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.