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 98651200C2A for ; Wed, 1 Mar 2017 19:49:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 96E17160B7F; Wed, 1 Mar 2017 18:49:11 +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 6FE7A160B56 for ; Wed, 1 Mar 2017 19:49:09 +0100 (CET) Received: (qmail 21250 invoked by uid 500); 1 Mar 2017 18:49:08 -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 21241 invoked by uid 99); 1 Mar 2017 18:49:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 18:49:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0892D1895B9 for ; Wed, 1 Mar 2017 18:49:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.367 X-Spam-Level: X-Spam-Status: No, score=-5.367 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vsJ3ZaBS3hrc for ; Wed, 1 Mar 2017 18:48:57 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 167A960D3A for ; Wed, 1 Mar 2017 18:48:52 +0000 (UTC) Received: (qmail 18531 invoked by uid 99); 1 Mar 2017 18:48:37 -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; Wed, 01 Mar 2017 18:48:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 69A34DFF71; Wed, 1 Mar 2017 18:48:37 +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: Wed, 01 Mar 2017 18:49:15 -0000 Message-Id: <3b3e999f33404cb6ac59219f35122ece@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [partial] incubator-freemarker-site git commit: FM3 API javadocs archived-at: Wed, 01 Mar 2017 18:49:11 -0000 http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/55a5c314/builds/fm3/api/org/apache/freemarker/core/InvalidReferenceException.html ---------------------------------------------------------------------- diff --git a/builds/fm3/api/org/apache/freemarker/core/InvalidReferenceException.html b/builds/fm3/api/org/apache/freemarker/core/InvalidReferenceException.html new file mode 100644 index 0000000..3bee0da --- /dev/null +++ b/builds/fm3/api/org/apache/freemarker/core/InvalidReferenceException.html @@ -0,0 +1,301 @@ + + + + + + +InvalidReferenceException (FreeMarker 3.0.0-nightly-incubating API) + + + + + + + + + + + + +
+
org.apache.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.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/55a5c314/builds/fm3/api/org/apache/freemarker/core/NestedContentNotSupportedException.html ---------------------------------------------------------------------- diff --git a/builds/fm3/api/org/apache/freemarker/core/NestedContentNotSupportedException.html b/builds/fm3/api/org/apache/freemarker/core/NestedContentNotSupportedException.html new file mode 100644 index 0000000..95c040a --- /dev/null +++ b/builds/fm3/api/org/apache/freemarker/core/NestedContentNotSupportedException.html @@ -0,0 +1,283 @@ + + + + + + +NestedContentNotSupportedException (FreeMarker 3.0.0-nightly-incubating API) + + + + + + + + + + + + +
+
org.apache.freemarker.core
+

Class NestedContentNotSupportedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class NestedContentNotSupportedException
    +extends TemplateException
    +
    Used in custom TemplateDirectiveModel-s to check if the directive invocation + has no body. This is more intelligent than a null check; for example, when the body + only contains a thread interruption check node, it treats it as valid.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+ +
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/55a5c314/builds/fm3/api/org/apache/freemarker/core/NonBooleanException.html ---------------------------------------------------------------------- diff --git a/builds/fm3/api/org/apache/freemarker/core/NonBooleanException.html b/builds/fm3/api/org/apache/freemarker/core/NonBooleanException.html new file mode 100644 index 0000000..77852b0 --- /dev/null +++ b/builds/fm3/api/org/apache/freemarker/core/NonBooleanException.html @@ -0,0 +1,295 @@ + + + + + + +NonBooleanException (FreeMarker 3.0.0-nightly-incubating API) + + + + + + + + + + + + +
+
org.apache.freemarker.core
+

Class NonBooleanException

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

      Constructor Detail

      + + + +
        +
      • +

        NonBooleanException

        +
        public NonBooleanException(Environment env)
        +
      • +
      + + + +
        +
      • +

        NonBooleanException

        +
        public NonBooleanException(String description,
        +                           Environment env)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/55a5c314/builds/fm3/api/org/apache/freemarker/core/NonDateException.html ---------------------------------------------------------------------- diff --git a/builds/fm3/api/org/apache/freemarker/core/NonDateException.html b/builds/fm3/api/org/apache/freemarker/core/NonDateException.html new file mode 100644 index 0000000..cb4a8bc --- /dev/null +++ b/builds/fm3/api/org/apache/freemarker/core/NonDateException.html @@ -0,0 +1,295 @@ + + + + + + +NonDateException (FreeMarker 3.0.0-nightly-incubating API) + + + + + + + + + + + + +
+
org.apache.freemarker.core
+

Class NonDateException

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

      Constructor Detail

      + + + +
        +
      • +

        NonDateException

        +
        public NonDateException(Environment env)
        +
      • +
      + + + +
        +
      • +

        NonDateException

        +
        public NonDateException(String description,
        +                        Environment env)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +