From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/util/ExceptionWrapper.html | 444 ++++++++++----------- 1 file changed, 221 insertions(+), 223 deletions(-) (limited to 'docs/java/com/sleepycat/util/ExceptionWrapper.html') diff --git a/docs/java/com/sleepycat/util/ExceptionWrapper.html b/docs/java/com/sleepycat/util/ExceptionWrapper.html index dfa369ae..67190d5f 100644 --- a/docs/java/com/sleepycat/util/ExceptionWrapper.html +++ b/docs/java/com/sleepycat/util/ExceptionWrapper.html @@ -1,245 +1,243 @@ - - - - - -ExceptionWrapper (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.util -
-Interface ExceptionWrapper

-
-
All Known Implementing Classes:
IOExceptionWrapper, RuntimeExceptionWrapper
-
-
-
-
public interface ExceptionWrapper
- - -

-Interface implemented by exceptions that can contain nested exceptions. -

- -

-


- -

- +

+
com.sleepycat.util
+

Interface ExceptionWrapper

+
+
+
+ +
+
+
    +
  • - - - - - - - - - - - - - - -
    -Method Summary
    - ThrowablegetCause() - -
    -          Returns the nested exception or null if none is present.
    - ThrowablegetDetail() - -
    -          Deprecated. replaced by getCause().
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ThrowablegetCause() +
      Returns the nested exception or null if none is present.
      +
      java.lang.ThrowablegetDetail() +
      Deprecated.  +
      replaced by getCause().
      +
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -getDetail

    -
    -Throwable getDetail()
    -
    -
    Deprecated. replaced by getCause(). -

    -

    Returns the nested exception or null if none is present. -

    -

    - -
    Returns:
    the nested exception or null if none is present.
    -
    -
    -
    - -

    -getCause

    -
    -Throwable getCause()
    -
    -
    Returns the nested exception or null if none is present. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDetail

        +
        java.lang.Throwable getDetail()
        +
        Deprecated. replaced by getCause().
        +
        Returns the nested exception or null if none is present.
        +
        Returns:
        the nested exception or null if none is present.
        +
      • +
      + + + +
        +
      • +

        getCause

        +
        java.lang.Throwable getCause()
        +
        Returns the nested exception or null if none is present.

        This method is intentionally defined to be the same signature as the java.lang.Throwable.getCause method in Java 1.4 and greater. By defining this method to return a nested exception, the Java - 1.4 runtime will print the nested stack trace.

        -

        -

        - -
        Returns:
        the nested exception or null if none is present.
        -
        -
    + 1.4 runtime will print the nested stack trace.

+
Returns:
the nested exception or null if none is present.
+ + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1