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

E17503-02

oracle.adf.model.binding
Interface DCErrorMessageHandler

All Superinterfaces:
DCErrorHandler
All Known Implementing Classes:
LoggingErrorHandlerImpl

public interface DCErrorMessageHandler
extends DCErrorHandler

Implements reporting of all ADF exceptions raised in the context of a DCBindingContainer.

Applications could customize exception reporting in clients by implementing this interface and providing a custom implementation to display/handle ADF exception including ADFbc and ADFm exceptions in case of an application using those layers.

See Also:
DCErrorHandler

Field Summary
 
Fields inherited from interface oracle.adf.model.binding.DCErrorHandler
CLASS_INSTANCE
 
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.
 
Methods inherited from interface oracle.adf.model.binding.DCErrorHandler
reportException
 

Method Detail

getDisplayMessage

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.


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.