Uses of Class
com.ecyrd.jspwiki.parser.ParseException

Packages that use ParseException
com.ecyrd.jspwiki.parser   
 

Uses of ParseException in com.ecyrd.jspwiki.parser
 

Methods in com.ecyrd.jspwiki.parser that throw ParseException
 LinkParser.Link LinkParser.parse(String linktext)
          Processes incoming link text, separating out the link text, the link URI, and then any specified attributes.
protected  void LinkParser.Link.setReference(String ref)
          Sets the hypertext reference.
protected  void LinkParser.Link.setText(String text)
          Sets the link text.
 

Constructors in com.ecyrd.jspwiki.parser that throw ParseException
LinkParser.Link(String text)
          Create a new Link with text but no reference.
LinkParser.Link(String text, String ref)
          Create a new link with a given text and hyperlink (reference).