Uses of Class
org.egothor.parser.plain.ParseException

Packages that use ParseException
org.egothor.parser.plain This package defines JavaCC parser for a plain text. 
 

Uses of ParseException in org.egothor.parser.plain
 

Methods in org.egothor.parser.plain that return ParseException
 ParseException Simple.generateParseException()
           
 

Methods in org.egothor.parser.plain that throw ParseException
 Token Simple.next()
          Returns the next token in the stream, or null at EOS.