org.xwiki.rendering.wikimodel
Class WikiParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.rendering.wikimodel.WikiParserException
All Implemented Interfaces:
Serializable

public class WikiParserException
extends Exception

Common execption for wiki parsers.

Since:
4.0M1
See Also:
Serialized Form

Constructor Summary
WikiParserException()
           
WikiParserException(String message)
           
WikiParserException(String message, Throwable cause)
           
WikiParserException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiParserException

public WikiParserException()

WikiParserException

public WikiParserException(String message)
Parameters:
message -

WikiParserException

public WikiParserException(String message,
                           Throwable cause)
Parameters:
message -
cause -

WikiParserException

public WikiParserException(Throwable cause)
Parameters:
cause -