|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.binding.DCErrorHandlerThrow
public class DCErrorHandlerThrow
Implements a default error handling class for the ADF framework. This handler simply throws exceptions it receives as JboExceptions (by creating a JboException if required).
JboException, JUErrorHandler| Constructor Summary | |
|---|---|
DCErrorHandlerThrow() |
|
| Method Summary | |
|---|---|
DCErrorMessage |
getDetailedDisplayMessage(BindingContext ctx, RegionBinding ctr, java.lang.Exception ex)Returns application specific details about the given exception. |
java.lang.String |
getDisplayMessage(BindingContext ctx, java.lang.Exception th)Given an exception or an error, process it and return a formatted message string for the given locale. |
void |
reportException(DCBindingContainer formBnd, java.lang.Exception ex)This method simply throws the exception 'ex' as a JboException (by creating a new JboException if required). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DCErrorHandlerThrow()
| Method Detail |
|---|
public void reportException(DCBindingContainer formBnd,
java.lang.Exception ex)
reportException in interface DCErrorHandler
public java.lang.String getDisplayMessage(BindingContext ctx,
java.lang.Exception th)
DCErrorMessageHandlergetDisplayMessage in interface DCErrorMessageHandler
public DCErrorMessage getDetailedDisplayMessage(BindingContext ctx,
RegionBinding ctr,
java.lang.Exception ex)
getDetailedDisplayMessage in interface DCErrorMessageHandlerctx - BindingContext for the usage that raised this exception.ctr - BindingContainer that is associated with the UI that caused this exception.ex - Exception for which detailed display message is asked for.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||