Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends 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.