public class MissingParserException extends Exception
| Constructor and Description |
|---|
MissingParserException(org.xwiki.rendering.syntax.Syntax syntax)
Construct a new MissingParserException for the specified syntax.
|
MissingParserException(org.xwiki.rendering.syntax.Syntax syntax,
Throwable throwable)
Construct a new MissingParserException for the specified syntax and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingParserException(org.xwiki.rendering.syntax.Syntax syntax)
syntax - The requested syntax. Used to compose a message for Throwable.getMessage() method.public MissingParserException(org.xwiki.rendering.syntax.Syntax syntax,
Throwable throwable)
syntax - The requested syntax. Used to compose a message for Throwable.getMessage() method.throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value
is permitted, and indicates that the cause is nonexistent or unknown)Copyright © 2004–2017 XWiki. All rights reserved.