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

E17503-02

oracle.adfnmc.bindings.dbf
Class LoggingErrorHandlerImpl

java.lang.Object
  extended by oracle.adfnmc.bindings.dbf.LoggingErrorHandlerImpl
All Implemented Interfaces:
DCErrorHandler, DCErrorMessageHandler

public class LoggingErrorHandlerImpl
extends java.lang.Object
implements DCErrorMessageHandler


Field Summary
 
Fields inherited from interface oracle.adf.model.binding.DCErrorHandler
CLASS_INSTANCE
 
Constructor Summary
LoggingErrorHandlerImpl()
           
 
Method Summary
 java.lang.String getDisplayMessage(BindingContext ctx, java.lang.Exception ex)
          Given an exception or an error, process it and return a formatted message string for the given locale.
 void reportException(BindingContainer formBnd, java.lang.Exception ex)
          Implements how to handle the given exception raised within the JClient framework in the context of the given form binding.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingErrorHandlerImpl

public LoggingErrorHandlerImpl()
Method Detail

reportException

public void reportException(BindingContainer formBnd,
                            java.lang.Exception ex)
Description copied from interface: DCErrorHandler
Implements how to handle the given exception raised within the JClient framework in the context of the given form binding.

Specified by:
reportException in interface DCErrorHandler

getDisplayMessage

public java.lang.String getDisplayMessage(BindingContext ctx,
                                          java.lang.Exception ex)
Description copied from interface: DCErrorMessageHandler
Given an exception or an error, process it and return a formatted message string for the given locale.

Specified by:
getDisplayMessage in interface DCErrorMessageHandler

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.