Return-Path: X-Original-To: apmail-freemarker-notifications-archive@minotaur.apache.org Delivered-To: apmail-freemarker-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EE4C18502 for ; Tue, 3 Nov 2015 23:04:03 +0000 (UTC) Received: (qmail 13451 invoked by uid 500); 3 Nov 2015 23:04:03 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 13429 invoked by uid 500); 3 Nov 2015 23:04:03 -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 13419 invoked by uid 99); 3 Nov 2015 23:04:03 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 23:04:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D49ABC39D9 for ; Tue, 3 Nov 2015 23:04:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.991 X-Spam-Level: ** X-Spam-Status: No, score=2.991 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id w8lMoZSA_Vdf for ; Tue, 3 Nov 2015 23:03:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 6FB4023881 for ; Tue, 3 Nov 2015 23:03:32 +0000 (UTC) Received: (qmail 12422 invoked by uid 99); 3 Nov 2015 23:03:32 -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; Tue, 03 Nov 2015 23:03:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1EE1FE03E8; Tue, 3 Nov 2015 23:03:32 +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: Tue, 03 Nov 2015 23:03:54 -0000 Message-Id: In-Reply-To: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> References: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/51] [partial] incubator-freemarker-site git commit: Uploaded freemarker.org/builds content from the previous (non-ASF) server http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/HTMLOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/HTMLOutputFormat.html b/builds/2.3.24-pre01/_html/api/freemarker/core/HTMLOutputFormat.html new file mode 100644 index 0000000..9e37a14 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/HTMLOutputFormat.html @@ -0,0 +1,441 @@ + + + + + + +HTMLOutputFormat (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class HTMLOutputFormat

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatParametersException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatParametersException.html b/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatParametersException.html new file mode 100644 index 0000000..3924a7d --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatParametersException.html @@ -0,0 +1,286 @@ + + + + + + +InvalidFormatParametersException (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class InvalidFormatParametersException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidFormatParametersException

        +
        public InvalidFormatParametersException(String message,
        +                                        Throwable cause)
        +
      • +
      + + + +
        +
      • +

        InvalidFormatParametersException

        +
        public InvalidFormatParametersException(String message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatStringException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatStringException.html b/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatStringException.html new file mode 100644 index 0000000..ff6ffec --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidFormatStringException.html @@ -0,0 +1,285 @@ + + + + + + +InvalidFormatStringException (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class InvalidFormatStringException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidFormatStringException

        +
        public InvalidFormatStringException(String message,
        +                                    Throwable cause)
        +
      • +
      + + + +
        +
      • +

        InvalidFormatStringException

        +
        public InvalidFormatStringException(String message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidReferenceException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidReferenceException.html b/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidReferenceException.html new file mode 100644 index 0000000..b09cba8 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/InvalidReferenceException.html @@ -0,0 +1,301 @@ + + + + + + +InvalidReferenceException (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class InvalidReferenceException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class InvalidReferenceException
    +extends TemplateException
    +
    A subclass of TemplateException that says that an FTL expression has evaluated to null or it refers + to something that doesn't exist. At least in FreeMarker 2.3.x these two cases aren't distinguished.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidReferenceException

        +
        public InvalidReferenceException(Environment env)
        +
        Creates and invalid reference exception that contains no information about what was missing or null. + As such, try to avoid this constructor.
        +
      • +
      + + + +
        +
      • +

        InvalidReferenceException

        +
        public InvalidReferenceException(String description,
        +                                 Environment env)
        +
        Creates and invalid reference exception that contains no programmatically extractable information about the + blamed expression. As such, try to avoid this constructor, unless need to raise this expression from outside + the FreeMarker core.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +