|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.model.binding.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 | |
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
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |