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/db/ErrorHandler.html | 416 ++++++++++++++------------- 1 file changed, 209 insertions(+), 207 deletions(-) (limited to 'docs/java/com/sleepycat/db/ErrorHandler.html') diff --git a/docs/java/com/sleepycat/db/ErrorHandler.html b/docs/java/com/sleepycat/db/ErrorHandler.html index 87251245..d72fbbc1 100644 --- a/docs/java/com/sleepycat/db/ErrorHandler.html +++ b/docs/java/com/sleepycat/db/ErrorHandler.html @@ -1,152 +1,149 @@ - - - - - -ErrorHandler (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface ErrorHandler

-
-
-
public interface ErrorHandler
- - -

-An interface specifying a callback function to be called when an error -occurs in the Berkeley DB library. -

- -

-


- -

- +

+
com.sleepycat.db
+

Interface ErrorHandler

+
+
+
+
    +
  • +
    +
    +
    public interface ErrorHandler
    +
    An interface specifying a callback function to be called when an error +occurs in the Berkeley DB library.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Method Summary
    - voiderror(Environment environment, - String errpfx, - String msg) - -
    -          A callback function to be called when an error occurs in the - Berkeley DB library.
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voiderror(Environment environment, + java.lang.String errpfx, + java.lang.String msg) +
      A callback function to be called when an error occurs in the + Berkeley DB library.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -error

    -
    -void error(Environment environment,
    -           String errpfx,
    -           String msg)
    -
    -
    A callback function to be called when an error occurs in the +
    + display the error message in an appropriate manner.

+
Parameters:
environment - The enclosing database environment handle. +

errpfx - The prefix string, as previously configured by + EnvironmentConfig.setErrorPrefix or + DatabaseConfig.setErrorPrefix. +

msg - An error message string.
+ + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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