Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.util.logging
Class NmcErrorManager

java.lang.Object
  extended by oracle.adfnmc.java.util.logging.ErrorManager
      extended by oracle.adfnmc.java.util.logging.NmcErrorManager

public class NmcErrorManager
extends ErrorManager


Field Summary
 
Fields inherited from class oracle.adfnmc.java.util.logging.ErrorManager
CLOSE_FAILURE, FLUSH_FAILURE, FORMAT_FAILURE, GENERIC_FAILURE, OPEN_FAILURE, WRITE_FAILURE
 
Constructor Summary
protected NmcErrorManager()
           
 
Method Summary
 void clearOpenFailures()
           
 void error(java.lang.String message, java.lang.Exception exception, int errorCode)
          Reports an error using the given message, exception and error code.
static NmcErrorManager getInstance()
           
 List getOpenFailures()
           
 boolean hasOpenFailures()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NmcErrorManager

protected NmcErrorManager()
Method Detail

getInstance

public static NmcErrorManager getInstance()

error

public void error(java.lang.String message,
                  java.lang.Exception exception,
                  int errorCode)
Description copied from class: ErrorManager
Reports an error using the given message, exception and error code. This implementation will write out the message to System.err on the first call and all subsequent calls are ignored. A subclass of this class should override this method.

Overrides:
error in class ErrorManager
Parameters:
message - The error message, which may be null.
exception - The exception associated with the error, which may be null.
errorCode - The error code that identifies the type of error; see the constant fields on this class.

hasOpenFailures

public boolean hasOpenFailures()

getOpenFailures

public List getOpenFailures()

clearOpenFailures

public void clearOpenFailures()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.