Package org.xwiki.rendering.wikimodel
Class WikiParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.rendering.wikimodel.WikiParserException
-
- All Implemented Interfaces:
Serializable
public class WikiParserException extends Exception
Common execption for wiki parsers.- Since:
- 4.0M1
- Version:
- $Id: 7863052baceda6755e946275aec6076ba0db3a38 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WikiParserException()
WikiParserException(String message)
WikiParserException(String message, Throwable cause)
WikiParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-