public class WikiException
extends java.lang.Exception
| Constructor and Description | 
|---|
WikiException(java.lang.String msg)
Constructs an exception. 
 | 
WikiException(java.lang.String msg,
             java.lang.Throwable cause)
Constructs an exception with a supplied cause. 
 | 
public WikiException(java.lang.String msg)
msg - the message in the exception.public WikiException(java.lang.String msg,
                     java.lang.Throwable cause)
msg - the message in the exception.cause - the cause of the exceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.