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. --- .../sleepycat/util/RuntimeExceptionWrapper.html | 602 +++++++++++---------- 1 file changed, 305 insertions(+), 297 deletions(-) (limited to 'docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html') diff --git a/docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html b/docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html index d8b1bb9e..11d92896 100644 --- a/docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html +++ b/docs/java/com/sleepycat/util/RuntimeExceptionWrapper.html @@ -1,317 +1,325 @@ - - - - - -RuntimeExceptionWrapper (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.util -
-Class RuntimeExceptionWrapper

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by com.sleepycat.util.RuntimeExceptionWrapper
-
-
-
All Implemented Interfaces:
ExceptionWrapper, Serializable
-
-
-
-
public class RuntimeExceptionWrapper
extends RuntimeException
implements ExceptionWrapper
- - -

-A RuntimeException that can contain nested exceptions. -

- -

-

-
See Also:
Serialized Form
-
- -

- +

+
com.sleepycat.util
+

Class RuntimeExceptionWrapper

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ExceptionWrapper, java.io.Serializable
    +
    +
    +
    +
    public class RuntimeExceptionWrapper
    +extends java.lang.RuntimeException
    +implements ExceptionWrapper
    +
    A RuntimeException that can contain nested exceptions.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -RuntimeExceptionWrapper

    -
    -public RuntimeExceptionWrapper(Throwable e)
    -
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RuntimeExceptionWrapper

        +
        public RuntimeExceptionWrapper(java.lang.Throwable e)
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -wrapIfNeeded

    -
    -public static RuntimeException wrapIfNeeded(Throwable e)
    -
    -
    Wraps the given exception if it is not a RuntimeException. -

    -

    -
    -
    -
    -
    Parameters:
    e - any exception. -
    Returns:
    e if it is a RuntimeException, otherwise a - RuntimeExceptionWrapper for e.
    -
    -
    -
    - -

    -getDetail

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

    -

    Description copied from interface: ExceptionWrapper
    -
    Returns the nested exception or null if none is present. -

    -

    -
    Specified by:
    getDetail in interface ExceptionWrapper
    -
    -
    - -
    Returns:
    the nested exception or null if none is present.
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        wrapIfNeeded

        +
        public static java.lang.RuntimeException wrapIfNeeded(java.lang.Throwable e)
        +
        Wraps the given exception if it is not a RuntimeException.
        +
        Parameters:
        e - any exception.
        +
        Returns:
        e if it is a RuntimeException, otherwise a + RuntimeExceptionWrapper for e.
        +
      • +
      + + + +
        +
      • +

        getDetail

        +
        public java.lang.Throwable getDetail()
        +
        Deprecated. replaced by Throwable.getCause().
        +
        Description copied from interface: ExceptionWrapper
        +
        Returns the nested exception or null if none is present.
        +
        +
        Specified by:
        +
        getDetail in interface ExceptionWrapper
        +
        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