public class XWikiVelocityException extends Exception
| Constructor and Description |
|---|
XWikiVelocityException(String message)
Constructs a new exception with the specified detail message.
|
XWikiVelocityException(String message,
Throwable throwable)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XWikiVelocityException(String message)
message - the exception messageException.Exception(String)public XWikiVelocityException(String message, Throwable throwable)
message - the exception messagethrowable - the original exception to wrapException.Exception(String, Throwable)Copyright © 2004–2017 XWiki. All rights reserved.