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/api/exceptions/ConfigUtilsException.html | 391 +++++++++++++++++++++ 1 file changed, 391 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html (limited to 'docs/full/at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html') diff --git a/docs/full/at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html b/docs/full/at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html new file mode 100644 index 00000000..284e79e1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html @@ -0,0 +1,391 @@ + + + + + +ConfigUtilsException + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.exceptions
+

Class ConfigUtilsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class ConfigUtilsException
    +extends java.lang.Exception
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ConfigUtilsException() +
      Deprecated. 
      +
      Instantiates a new (unspecified) exception.
      +
      ConfigUtilsException(java.lang.Exception exception) +
      Deprecated. 
      +
      Instantiates a new exception based on another (wrapped) exception.
      +
      ConfigUtilsException(java.lang.String message) +
      Deprecated. 
      +
      Instantiated a new exception based on a message.
      +
      ConfigUtilsException(java.lang.String message, + java.lang.Exception exception) +
      Deprecated. 
      +
      Instantiation of a new exception based on a message and another (wrapped) + exception.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ExceptiongetException() +
      Deprecated. 
      +
      Returns the underlying exception.
      +
      java.lang.StringgetMessage() +
      Deprecated. 
      +
      Returns the message of the wrapped exception.
      +
      java.lang.StringtoString() +
      Deprecated. 
      +
      Returns the text representation of this instance.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

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

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ConfigUtilsException

        +
        public ConfigUtilsException(java.lang.String message,
        +                    java.lang.Exception exception)
        +
        Deprecated. 
        +
        Instantiation of a new exception based on a message and another (wrapped) + exception.
        +
        Parameters:
        message - The exception message.
        exception - Another exception.
        +
      • +
      + + + +
        +
      • +

        ConfigUtilsException

        +
        public ConfigUtilsException(java.lang.String message)
        +
        Deprecated. 
        +
        Instantiated a new exception based on a message.
        +
        Parameters:
        message - The message of the new exception.
        +
      • +
      + + + +
        +
      • +

        ConfigUtilsException

        +
        public ConfigUtilsException(java.lang.Exception exception)
        +
        Deprecated. 
        +
        Instantiates a new exception based on another (wrapped) exception.
        +
        Parameters:
        exception - The wrapped exception.
        +
      • +
      + + + +
        +
      • +

        ConfigUtilsException

        +
        public ConfigUtilsException()
        +
        Deprecated. 
        +
        Instantiates a new (unspecified) exception.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getException

        +
        public java.lang.Exception getException()
        +
        Deprecated. 
        +
        Returns the underlying exception.
        +
        Returns:
        The underlying exception.
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        public java.lang.String getMessage()
        +
        Deprecated. 
        +
        Returns the message of the wrapped exception.
        +
        +
        Overrides:
        +
        getMessage in class java.lang.Throwable
        +
        Returns:
        The message of the wrapped exception.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        Deprecated. 
        +
        Returns the text representation of this instance.
        +
        +
        Overrides:
        +
        toString in class java.lang.Throwable
        +
        Returns:
        The text representation of this instance.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3