Package org.apache.wiki
Class InternalWikiException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.wiki.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
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InternalWikiException(java.lang.String msg)Create a new InternalWikiException.InternalWikiException(java.lang.String message, java.lang.Throwable cause)InternalWikiException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
InternalWikiExceptionpublic InternalWikiException(java.lang.String msg) Create a new InternalWikiException.- Parameters:
- msg- The Exception message.
 
 - 
InternalWikiExceptionpublic InternalWikiException(java.lang.String message, java.lang.Throwable cause) 
 - 
InternalWikiExceptionpublic InternalWikiException(java.lang.Throwable cause) 
 
- 
 
-