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 3A73F200C51 for ; Sat, 25 Mar 2017 16:53:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 38E46160B9D; Sat, 25 Mar 2017 15:53:12 +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 EAF4C160BB7 for ; Sat, 25 Mar 2017 16:53:07 +0100 (CET) Received: (qmail 50223 invoked by uid 500); 25 Mar 2017 15:53:07 -0000 Mailing-List: contact commits-help@jspwiki.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jspwiki.apache.org Delivered-To: mailing list commits@jspwiki.apache.org Received: (qmail 49603 invoked by uid 99); 25 Mar 2017 15:53:06 -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; Sat, 25 Mar 2017 15:53:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 71CFCE04F0; Sat, 25 Mar 2017 15:53:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: juanpablo@apache.org To: commits@jspwiki.apache.org Date: Sat, 25 Mar 2017 15:53:37 -0000 Message-Id: <50be708ac55c429dad5d6e4350325e1f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [33/51] [abbrv] [partial] jspwiki-site git commit: first take at generating content archived-at: Sat, 25 Mar 2017 15:53:12 -0000 http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.html b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.html new file mode 100755 index 0000000..34d8004 --- /dev/null +++ b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.html @@ -0,0 +1,255 @@ + + + + + + + +NoSuchVariableException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.wiki.api.exceptions +
+Class NoSuchVariableException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.wiki.api.exceptions.WikiException
+              extended by org.apache.wiki.api.exceptions.NoSuchVariableException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class NoSuchVariableException
extends WikiException
+ + + + + +
+ +

+Marks that no such variable was located. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
NoSuchVariableException(String msg) + +
+          Constructs an exception.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NoSuchVariableException

+
+public NoSuchVariableException(String msg)
+
+
Constructs an exception. +

+

+
Parameters:
msg - Message to show
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. + + http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.png ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.png b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.png new file mode 100755 index 0000000..97ff6ff Binary files /dev/null and b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/NoSuchVariableException.png differ http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.html b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.html new file mode 100755 index 0000000..8863388 --- /dev/null +++ b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.html @@ -0,0 +1,306 @@ + + + + + + + +PluginException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.wiki.api.exceptions +
+Class PluginException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.wiki.api.exceptions.WikiException
+              extended by org.apache.wiki.api.exceptions.PluginException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class PluginException
extends WikiException
+ + + + + +
+ +

+Provides a generic PluginException. This is the kind of an exception that the plugins should throw. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
PluginException(String message) + +
+          Create a PluginException.
PluginException(String message, + Throwable original) + +
+          Create a PluginException with the given original exception wrapped.
+  + + + + + + + + + + + +
+Method Summary
+ ThrowablegetRootThrowable() + +
+          Return the original exception.
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PluginException

+
+public PluginException(String message)
+
+
Create a PluginException. +

+

+
Parameters:
message -
+
+
+ +

+PluginException

+
+public PluginException(String message,
+                       Throwable original)
+
+
Create a PluginException with the given original exception wrapped. +

+

+
Parameters:
message -
original - The original exception.
+
+ + + + + + + + +
+Method Detail
+ +

+getRootThrowable

+
+public Throwable getRootThrowable()
+
+
Return the original exception. +

+

+ +
Returns:
The original exception.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. + + http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.png ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.png b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.png new file mode 100755 index 0000000..63ccf7d Binary files /dev/null and b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/PluginException.png differ http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.html b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.html new file mode 100755 index 0000000..b0b3f9b --- /dev/null +++ b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.html @@ -0,0 +1,262 @@ + + + + + + + +ProviderException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.wiki.api.exceptions +
+Class ProviderException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.wiki.api.exceptions.WikiException
+              extended by org.apache.wiki.api.exceptions.ProviderException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Direct Known Subclasses:
NoSuchVersionException, RepositoryModifiedException
+
+
+
+
public class ProviderException
extends WikiException
+ + + + + + + +
+ +

+This exception represents the superclass of all exceptions that providers may throw. It is okay to throw + it in case you cannot use any of the specific subclasses, in which case the page loading is considered to be + broken, and the user is notified. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ProviderException(String msg) + +
+          Creates a ProviderException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ProviderException

+
+public ProviderException(String msg)
+
+
Creates a ProviderException. +

+

+
Parameters:
msg -
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. + + http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.png ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.png b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.png new file mode 100755 index 0000000..64f295b Binary files /dev/null and b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/ProviderException.png differ http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.html b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.html new file mode 100755 index 0000000..f670bec --- /dev/null +++ b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.html @@ -0,0 +1,291 @@ + + + + + + + +RedirectException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.wiki.api.exceptions +
+Class RedirectException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.wiki.api.exceptions.WikiException
+              extended by org.apache.wiki.api.exceptions.FilterException
+                  extended by org.apache.wiki.api.exceptions.RedirectException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class RedirectException
extends FilterException
+ + + + + +
+ +

+This exception may be thrown if a filter wants to reject something and redirect the user elsewhere. +

+ +

+

+
Since:
+
2.1.112
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
RedirectException(String msg, + String redirect) + +
+          Constructs a new RedirectException.
+  + + + + + + + + + + + +
+Method Summary
+ StringgetRedirect() + +
+          Get the URI for redirection.
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RedirectException

+
+public RedirectException(String msg,
+                         String redirect)
+
+
Constructs a new RedirectException. +

+

+
Parameters:
msg - The message for the exception
redirect - The redirect URI.
+
+ + + + + + + + +
+Method Detail
+ +

+getRedirect

+
+public String getRedirect()
+
+
Get the URI for redirection. +

+

+ +
Returns:
The URI given in the constructor.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. + + http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.png ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.png b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.png new file mode 100755 index 0000000..34a23ac Binary files /dev/null and b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/RedirectException.png differ