From notifications-return-5406-archive-asf-public=cust-asf.ponee.io@freemarker.apache.org Fri Mar 30 23:41:46 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 161781807CC for ; Fri, 30 Mar 2018 23:41:40 +0200 (CEST) Received: (qmail 74142 invoked by uid 500); 30 Mar 2018 21:41:40 -0000 Mailing-List: contact notifications-help@freemarker.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.apache.org Delivered-To: mailing list notifications@freemarker.apache.org Received: (qmail 73757 invoked by uid 99); 30 Mar 2018 21:41:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2018 21:41:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A9D9F6A95; Fri, 30 Mar 2018 21:41:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.apache.org Date: Fri, 30 Mar 2018 21:41:59 -0000 Message-Id: <28d32ecbdca5403fa5453d9f82ccb194@git.apache.org> In-Reply-To: <1e419fa2277b44f9beab3dd9437db6e4@git.apache.org> References: <1e419fa2277b44f9beab3dd9437db6e4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting http://git-wip-us.apache.org/repos/asf/freemarker-site/blob/535a5146/builds/2.3.28-voting/documentation/api/freemarker/core/ParseException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.28-voting/documentation/api/freemarker/core/ParseException.html b/builds/2.3.28-voting/documentation/api/freemarker/core/ParseException.html new file mode 100644 index 0000000..31e6f75 --- /dev/null +++ b/builds/2.3.28-voting/documentation/api/freemarker/core/ParseException.html @@ -0,0 +1,3600 @@ + + + + + + +ParseException (FreeMarker 2.3.28 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class ParseException

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Throwable
    • +
    • +
        +
      • java.lang.Exception
      • +
      • +
          +
        • java.io.IOException
        • +
        • +
            +
          • freemarker.core.ParseException
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    Template.WrongEncodingException
    +
    +
    +
    +
    public class ParseException
    +extends java.io.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
    +
    +
  • +
+
+
+ +
+
+