From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../egiz/pdfas/api/exceptions/PdfAsException.html | 384 +++++++++++++++++++++ 1 file changed, 384 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/exceptions/PdfAsException.html (limited to 'docs/full/at/gv/egiz/pdfas/api/exceptions/PdfAsException.html') diff --git a/docs/full/at/gv/egiz/pdfas/api/exceptions/PdfAsException.html b/docs/full/at/gv/egiz/pdfas/api/exceptions/PdfAsException.html new file mode 100644 index 00000000..f6c7b89c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/exceptions/PdfAsException.html @@ -0,0 +1,384 @@ + + + + + +PdfAsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.exceptions
+

Class PdfAsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    PdfAsWrappedException
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PdfAsException
    +extends java.lang.Exception
    +
    This exception is the base for all PDF-AS exceptions. + +

    + Every PDF-AS Exception has an error code. +

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected interrorCode +
      Deprecated. 
      +
      The error code.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsException(int errorCode, + java.lang.String message) +
      Deprecated. 
      +
      Constructor.
      +
      PdfAsException(int errorCode, + java.lang.String message, + java.lang.Throwable cause) +
      Deprecated. 
      +
      Constructor.
      +
      PdfAsException(int errorCode, + java.lang.Throwable cause) +
      Deprecated. 
      +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetErrorCode() +
      Deprecated. 
      +
      Returns the error code of this exception.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        errorCode

        +
        protected int errorCode
        +
        Deprecated. 
        +
        The error code.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(int errorCode,
        +              java.lang.String message)
        +
        Deprecated. 
        +
        Constructor.
        +
        Parameters:
        errorCode - The error code.
        message - The detail message.
        +
      • +
      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(int errorCode,
        +              java.lang.String message,
        +              java.lang.Throwable cause)
        +
        Deprecated. 
        +
        Constructor.
        +
        Parameters:
        errorCode - The error code.
        message - The detail message.
        cause - The cause.
        +
      • +
      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(int errorCode,
        +              java.lang.Throwable cause)
        +
        Deprecated. 
        +
        Constructor.
        +
        Parameters:
        errorCode - The error code.
        cause - The cause.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getErrorCode

        +
        public int getErrorCode()
        +
        Deprecated. 
        +
        Returns the error code of this exception.
        +
        Returns:
        Returns the error code of this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3