
public class WikiException extends Exception
| Constructor and Description |
|---|
WikiException(String msg)
Constructs an exception.
|
WikiException(String msg,
Throwable cause)
Constructs an exception with a supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WikiException(String msg)
msg - the message in the exception.public WikiException(String msg, Throwable cause)
msg - the message in the exception.cause - the cause of the exceptionCopyright © 2001-2018 The Apache Software Foundation. All rights reserved.