Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


oracle.adf.model.binding
Class DCErrorHandlerThrow

java.lang.Object
  extended byoracle.adf.model.binding.DCErrorHandlerThrow

All Implemented Interfaces:
DCErrorHandler

public class DCErrorHandlerThrow
extends java.lang.Object
implements DCErrorHandler

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).

See Also:
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

DCErrorHandlerThrow

public DCErrorHandlerThrow()

Method Detail

reportException

public 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).
Specified by:
reportException in interface DCErrorHandler

Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Copyright © 1997, 2006, Oracle. All rights reserved.