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 0DFAD18512 for ; Tue, 3 Nov 2015 19:29:55 +0000 (UTC) Received: (qmail 13417 invoked by uid 500); 3 Nov 2015 19:29:55 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 13400 invoked by uid 500); 3 Nov 2015 19:29:54 -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 13391 invoked by uid 99); 3 Nov 2015 19:29:54 -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 19:29:54 +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 4B931C3B15 for ; Tue, 3 Nov 2015 19:29:54 +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 sv_qOgHGXnrZ for ; Tue, 3 Nov 2015 19:29:40 +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 0E463238A1 for ; Tue, 3 Nov 2015 19:29:08 +0000 (UTC) Received: (qmail 11174 invoked by uid 99); 3 Nov 2015 19:29:07 -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 19:29:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 90983E055E; Tue, 3 Nov 2015 19:29:07 +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 19:29:37 -0000 Message-Id: In-Reply-To: <71c64bdb649343a1876f44934cb4dd8b@git.apache.org> References: <71c64bdb649343a1876f44934cb4dd8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/51] [partial] incubator-freemarker-site git commit: Uploaded freemarker.org content from the previous (non-ASF) server (except Ivy repo entries with legal issues) http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/core/BugException.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/core/BugException.html b/docs/api/freemarker/core/BugException.html new file mode 100644 index 0000000..f86017b --- /dev/null +++ b/docs/api/freemarker/core/BugException.html @@ -0,0 +1,321 @@ + + + + + + +BugException (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class BugException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class BugException
    +extends RuntimeException
    +
    An unexpected state was reached that is certainly caused by a bug in FreeMarker.
    +
    +
    Since:
    +
    2.3.21
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BugException

        +
        public BugException()
        +
      • +
      + + + +
        +
      • +

        BugException

        +
        public BugException(String message)
        +
      • +
      + + + +
        +
      • +

        BugException

        +
        public BugException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        BugException

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

        BugException

        +
        public BugException(int value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/core/CallPlaceCustomDataInitializationException.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/core/CallPlaceCustomDataInitializationException.html b/docs/api/freemarker/core/CallPlaceCustomDataInitializationException.html new file mode 100644 index 0000000..baef6c2 --- /dev/null +++ b/docs/api/freemarker/core/CallPlaceCustomDataInitializationException.html @@ -0,0 +1,268 @@ + + + + + + +CallPlaceCustomDataInitializationException (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class CallPlaceCustomDataInitializationException

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

      Constructor Detail

      + + + +
        +
      • +

        CallPlaceCustomDataInitializationException

        +
        public CallPlaceCustomDataInitializationException(String message,
        +                                                  Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/core/CommandLine.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/core/CommandLine.html b/docs/api/freemarker/core/CommandLine.html new file mode 100644 index 0000000..8159cad --- /dev/null +++ b/docs/api/freemarker/core/CommandLine.html @@ -0,0 +1,283 @@ + + + + + + +CommandLine (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class CommandLine

+
+
+ +
+
    +
  • +
    +
    Deprecated.  +
    Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").
    +
    +
    +
    public class CommandLine
    +extends Object
    +
    FreeMarker command-line utility, the Main-Class of freemarker.jar. + Currently it just prints the version number.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CommandLine

        +
        public CommandLine()
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/core/Configurable.SettingValueAssignmentException.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/core/Configurable.SettingValueAssignmentException.html b/docs/api/freemarker/core/Configurable.SettingValueAssignmentException.html new file mode 100644 index 0000000..b5882b1 --- /dev/null +++ b/docs/api/freemarker/core/Configurable.SettingValueAssignmentException.html @@ -0,0 +1,248 @@ + + + + + + +Configurable.SettingValueAssignmentException (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class Configurable.SettingValueAssignmentException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    Enclosing class:
    +
    Configurable
    +
    +
    +
    +
    public static class Configurable.SettingValueAssignmentException
    +extends freemarker.core._MiscTemplateException
    +
    The setting name was recognized, but its value couldn't be parsed or the setting couldn't be set for some + other reason. This exception always has a cause exception.
    +
    +
    Since:
    +
    2.3.21
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+ +
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/core/Configurable.UnknownSettingException.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/core/Configurable.UnknownSettingException.html b/docs/api/freemarker/core/Configurable.UnknownSettingException.html new file mode 100644 index 0000000..7d2e0c0 --- /dev/null +++ b/docs/api/freemarker/core/Configurable.UnknownSettingException.html @@ -0,0 +1,245 @@ + + + + + + +Configurable.UnknownSettingException (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class Configurable.UnknownSettingException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    Enclosing class:
    +
    Configurable
    +
    +
    +
    +
    public static class Configurable.UnknownSettingException
    +extends freemarker.core._MiscTemplateException
    +
    The setting name was not recognized.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+ +
+ + + + + + +