Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.parser.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends org.apache.wiki.api.exceptions.WikiException
This is an exception which gets thrown whenever the parser cannot parse the parsing things.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String msg)
      Constructs a new ParseException.
      Parameters:
      msg - the message exception.