From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../pdfas/common/exceptions/PDFIOException.html | 279 +++++++++++++++++ .../pdfas/common/exceptions/PdfAsException.html | 340 +++++++++++++++++++++ .../pdfas/common/exceptions/PdfAsMOAException.html | 298 ++++++++++++++++++ .../common/exceptions/PdfAsSettingsException.html | 279 +++++++++++++++++ .../common/exceptions/PdfAsSignatureException.html | 262 ++++++++++++++++ .../exceptions/PdfAsValidationException.html | 310 +++++++++++++++++++ .../common/exceptions/PdfAsWrappedIOException.html | 253 +++++++++++++++ .../exceptions/PlaceholderExtractionException.html | 274 +++++++++++++++++ .../pdfas/common/exceptions/SLPdfAsException.html | 294 ++++++++++++++++++ .../pdfas/common/exceptions/package-frame.html | 27 ++ .../pdfas/common/exceptions/package-summary.html | 167 ++++++++++ .../egiz/pdfas/common/exceptions/package-tree.html | 149 +++++++++ 12 files changed, 2932 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/common/exceptions/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/common/exceptions') diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html new file mode 100644 index 00000000..bfa9e04e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PDFIOException.html @@ -0,0 +1,279 @@ + + + + + +PDFIOException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PDFIOException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PDFIOException
    +extends PdfAsException
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 8/28/13 + Time: 12:04 PM + To change this template use File | Settings | File Templates.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PDFIOException(java.lang.String msgId) 
      PDFIOException(java.lang.String msgId, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PDFIOException

        +
        public PDFIOException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PDFIOException

        +
        public PDFIOException(java.lang.String msgId,
        +              java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html new file mode 100644 index 00000000..77288c7b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsException.html @@ -0,0 +1,340 @@ + + + + + +PdfAsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsException

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetLocalizedMessage() 
      java.lang.StringgetMessage() 
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException()
        +
      • +
      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PdfAsException

        +
        public PdfAsException(java.lang.String msgId,
        +              java.lang.Throwable e)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMessage

        +
        public java.lang.String getMessage()
        +
        +
        Overrides:
        +
        getMessage in class java.lang.Throwable
        +
        +
      • +
      + + + +
        +
      • +

        getLocalizedMessage

        +
        public java.lang.String getLocalizedMessage()
        +
        +
        Overrides:
        +
        getLocalizedMessage in class java.lang.Throwable
        +
        +
      • +
      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html new file mode 100644 index 00000000..0bcd20c4 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsMOAException.html @@ -0,0 +1,298 @@ + + + + + +PdfAsMOAException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsMOAException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsMOAException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsMOAException(java.lang.String faultCode, + java.lang.String faultString, + java.lang.String errorResponse, + java.lang.String errorCode) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsMOAException

        +
        public PdfAsMOAException(java.lang.String faultCode,
        +                 java.lang.String faultString,
        +                 java.lang.String errorResponse,
        +                 java.lang.String errorCode)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
        +
        Overrides:
        +
        localizeMessage in class PdfAsException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html new file mode 100644 index 00000000..5b34bd2a --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSettingsException.html @@ -0,0 +1,279 @@ + + + + + +PdfAsSettingsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsSettingsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsSettingsException
    +extends PdfAsException
    +
    Created with IntelliJ IDEA. + User: afitzek + Date: 9/10/13 + Time: 10:54 AM + To change this template use File | Settings | File Templates.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsSettingsException

        +
        public PdfAsSettingsException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PdfAsSettingsException

        +
        public PdfAsSettingsException(java.lang.String msgId,
        +                      java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html new file mode 100644 index 00000000..15a2f684 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsSignatureException.html @@ -0,0 +1,262 @@ + + + + + +PdfAsSignatureException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsSignatureException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsSignatureException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsSignatureException(java.lang.String msgId, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsSignatureException

        +
        public PdfAsSignatureException(java.lang.String msgId,
        +                       java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html new file mode 100644 index 00000000..454cb89b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsValidationException.html @@ -0,0 +1,310 @@ + + + + + +PdfAsValidationException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsValidationException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsValidationException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PdfAsValidationException(java.lang.String msgId, + java.lang.String parameter) 
      PdfAsValidationException(java.lang.String msgId, + java.lang.String parameter, + java.lang.Throwable e) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsValidationException

        +
        public PdfAsValidationException(java.lang.String msgId,
        +                        java.lang.String parameter)
        +
      • +
      + + + +
        +
      • +

        PdfAsValidationException

        +
        public PdfAsValidationException(java.lang.String msgId,
        +                        java.lang.String parameter,
        +                        java.lang.Throwable e)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
        +
        Overrides:
        +
        localizeMessage in class PdfAsException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html new file mode 100644 index 00000000..8998ef9c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PdfAsWrappedIOException.html @@ -0,0 +1,253 @@ + + + + + +PdfAsWrappedIOException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PdfAsWrappedIOException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PdfAsWrappedIOException
    +extends java.io.IOException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfAsWrappedIOException

        +
        public PdfAsWrappedIOException(PdfAsException e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html new file mode 100644 index 00000000..1da0854c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/PlaceholderExtractionException.html @@ -0,0 +1,274 @@ + + + + + +PlaceholderExtractionException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class PlaceholderExtractionException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PlaceholderExtractionException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlaceholderExtractionException

        +
        public PlaceholderExtractionException(java.lang.String msgId)
        +
      • +
      + + + +
        +
      • +

        PlaceholderExtractionException

        +
        public PlaceholderExtractionException(java.lang.String msgId,
        +                              java.lang.Throwable e)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html new file mode 100644 index 00000000..98842551 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/SLPdfAsException.html @@ -0,0 +1,294 @@ + + + + + +SLPdfAsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.common.exceptions
+

Class SLPdfAsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class SLPdfAsException
    +extends PdfAsException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SLPdfAsException(int code, + java.lang.String info) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.lang.StringlocalizeMessage(java.lang.String msgId) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, 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
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SLPdfAsException

        +
        public SLPdfAsException(int code,
        +                java.lang.String info)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizeMessage

        +
        protected java.lang.String localizeMessage(java.lang.String msgId)
        +
        +
        Overrides:
        +
        localizeMessage in class PdfAsException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html new file mode 100644 index 00000000..b384ef0d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-frame.html @@ -0,0 +1,27 @@ + + + + + +at.gv.egiz.pdfas.common.exceptions + + + + +

at.gv.egiz.pdfas.common.exceptions

+
+

Exceptions

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/package-summary.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-summary.html new file mode 100644 index 00000000..f768536b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-summary.html @@ -0,0 +1,167 @@ + + + + + +at.gv.egiz.pdfas.common.exceptions + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.common.exceptions

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/common/exceptions/package-tree.html b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-tree.html new file mode 100644 index 00000000..16b31348 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/common/exceptions/package-tree.html @@ -0,0 +1,149 @@ + + + + + +at.gv.egiz.pdfas.common.exceptions Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.common.exceptions

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3