Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BE187200B12 for ; Sun, 12 Jun 2016 22:27:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BCE29160A04; Sun, 12 Jun 2016 20:27:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4C4F1160A2C for ; Sun, 12 Jun 2016 22:27:37 +0200 (CEST) Received: (qmail 5290 invoked by uid 500); 12 Jun 2016 20:27:36 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 5281 invoked by uid 99); 12 Jun 2016 20:27:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2016 20:27:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F0616C011A for ; Sun, 12 Jun 2016 20:27:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id zW4_9kjA86My for ; Sun, 12 Jun 2016 20:27:03 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 3859E60CFF for ; Sun, 12 Jun 2016 20:26:50 +0000 (UTC) Received: (qmail 2919 invoked by uid 99); 12 Jun 2016 20:26:48 -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; Sun, 12 Jun 2016 20:26:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 578B7E08BD; Sun, 12 Jun 2016 20:26:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Date: Sun, 12 Jun 2016 20:27:04 -0000 Message-Id: <48a16e25a1504615a546301bdefa1f85@git.apache.org> In-Reply-To: <273cd02520a3446b8b729e6ad1067335@git.apache.org> References: <273cd02520a3446b8b729e6ad1067335@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/51] [partial] incubator-freemarker-site git commit: 2.3.25-nightly archived-at: Sun, 12 Jun 2016 20:27:39 -0000 http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e5a388cc/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/ParseException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/ParseException.html b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/ParseException.html new file mode 100644 index 0000000..1cb4fe0 --- /dev/null +++ b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/ParseException.html @@ -0,0 +1,3566 @@ + + + + + + +ParseException (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

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
    +
    +
  • +
+
+
+ +
+
+