Class ParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Template.WrongEncodingException

public class ParseException extends IOException
Parsing-time exception in a template (as opposed to a runtime exception, a TemplateException). This usually signals syntactical/lexical errors. Note that on JavaCC-level lexical errors throw TokenMgrError instead of this, however with the API-s that most users use those will be wrapped into ParseException-s. This is a modified version of file generated by JavaCC from FTL.jj. You can modify this class to customize the error reporting mechanisms so long as the public interface remains compatible with the original.
See Also:
TokenMgrError, Serialized Form