Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BEFC19157 for ; Sat, 26 Mar 2016 08:52:57 +0000 (UTC) Received: (qmail 32119 invoked by uid 500); 26 Mar 2016 08:52:52 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 32012 invoked by uid 500); 26 Mar 2016 08:52:52 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 31657 invoked by uid 99); 26 Mar 2016 08:52:52 -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, 26 Mar 2016 08:52:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 06CF2DFF81; Sat, 26 Mar 2016 08:52:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Sat, 26 Mar 2016 08:53:00 -0000 Message-Id: In-Reply-To: <8dcbb3761fd649ccaf5b58c4bb164560@git.apache.org> References: <8dcbb3761fd649ccaf5b58c4bb164560@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/51] [partial] pdfbox-docs git commit: PDFBOX-3291: add 1.8.11 javadoc http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/CryptographyException.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/CryptographyException.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/CryptographyException.html new file mode 100644 index 0000000..7fe58c9 --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/CryptographyException.html @@ -0,0 +1,310 @@ + + + + + + +CryptographyException (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox.exceptions
+

Class CryptographyException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class CryptographyException
    +extends Exception
    +
    An exception that indicates that something has gone wrong during a + cryptography operation.
    +
    Version:
    +
    $Revision: 1.4 $
    +
    Author:
    +
    Ben Litchfield
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CryptographyException

        +
        public CryptographyException(String msg)
        +
        Constructor.
        +
        Parameters:
        msg - A msg to go with this exception.
        +
      • +
      + + + +
        +
      • +

        CryptographyException

        +
        public CryptographyException(Exception e)
        +
        Constructor.
        +
        Parameters:
        e - The root exception that caused this exception.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEmbedded

        +
        public Exception getEmbedded()
        +
        This will get the exception that caused this exception.
        +
        Returns:
        The embedded exception if one exists.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/InvalidPasswordException.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/InvalidPasswordException.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/InvalidPasswordException.html new file mode 100644 index 0000000..7c6616d --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/InvalidPasswordException.html @@ -0,0 +1,261 @@ + + + + + + +InvalidPasswordException (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox.exceptions
+

Class InvalidPasswordException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class InvalidPasswordException
    +extends Exception
    +
    An exception that indicates an invalid password was supplied.
    +
    Version:
    +
    $Revision: 1.4 $
    +
    Author:
    +
    Ben Litchfield
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidPasswordException

        +
        public InvalidPasswordException(String msg)
        +
        Constructor.
        +
        Parameters:
        msg - A msg to go with this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/OutlineNotLocalException.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/OutlineNotLocalException.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/OutlineNotLocalException.html new file mode 100644 index 0000000..cfe842f --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/OutlineNotLocalException.html @@ -0,0 +1,268 @@ + + + + + + +OutlineNotLocalException (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox.exceptions
+

Class OutlineNotLocalException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class OutlineNotLocalException
    +extends IOException
    +
    This exception will be thrown when a local destination(page within the same PDF) is required + but the bookmark(PDOutlineItem) refers to an external destination or an action that does not + point to a page.
    +
    Version:
    +
    $Revision: 1.2 $
    +
    Author:
    +
    Ben Litchfield
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OutlineNotLocalException

        +
        public OutlineNotLocalException(String msg)
        +
        Constructor.
        +
        Parameters:
        msg - An error message.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/SignatureException.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/SignatureException.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/SignatureException.html new file mode 100644 index 0000000..675eb3e --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/SignatureException.html @@ -0,0 +1,452 @@ + + + + + + +SignatureException (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox.exceptions
+

Class SignatureException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class SignatureException
    +extends Exception
    +
    An exception that indicates a problem during the signing process.
    +
    Version:
    +
    $Revision: $
    +
    Author:
    +
    Thomas Chojecki
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignatureException

        +
        public SignatureException(String msg)
        +
        Constructor.
        +
        Parameters:
        msg - A msg to go with this exception.
        +
      • +
      + + + +
        +
      • +

        SignatureException

        +
        public SignatureException(int errno,
        +                  String msg)
        +
        Constructor.
        +
        Parameters:
        errno - A error number to fulfill this exception
        msg - A msg to go with this exception.
        +
      • +
      + + + +
        +
      • +

        SignatureException

        +
        public SignatureException(Throwable e)
        +
        Constructor.
        +
        Parameters:
        e - The exception that should be encapsulate.
        +
      • +
      + + + +
        +
      • +

        SignatureException

        +
        public SignatureException(int errno,
        +                  Throwable e)
        +
        Constructor.
        +
        Parameters:
        errno - A error number to fulfill this exception
        e - The exception that should be encapsulate.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getErrNo

        +
        public int getErrNo()
        +
        A error number to fulfill this exception
        +
        Returns:
        the error number if available, otherwise 0
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/WrappedException.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/WrappedException.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/WrappedException.html new file mode 100644 index 0000000..34f22e9 --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/exceptions/WrappedException.html @@ -0,0 +1,270 @@ + + + + + + +WrappedException (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox.exceptions
+

Class WrappedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    COSVisitorException
    +
    +
    +
    Deprecated.  +
    java.lang.Exception itself has wrapper capabilities since Java 1.4
    +
    +
    +
    public class WrappedException
    +extends Exception
    +
    An exception that that holds a sub exception.
    +
    Version:
    +
    $Revision: 1.2 $
    +
    Author:
    +
    Ben Litchfield
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WrappedException

        +
        public WrappedException(Exception e)
        +
        Deprecated. 
        +
        constructor comment.
        +
        Parameters:
        e - The root exception that caused this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ +