Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo
Interface JboExceptionHandler

All Known Implementing Classes:
AbstractRemoteApplicationModuleImpl, ApplicationModuleImpl, BaseTree, oracle.adf.model.binding.DCBindingContainer

public interface JboExceptionHandler

Defines methods for handling exceptions in the client that are thrown by the middle tier.

Since:
JDeveloper 3.0

Method Summary
 void finishedProcessingPiggyback(java.lang.Exception[] exArray)
           
 void handleException(java.lang.Exception ex, boolean lastEntryInPiggyback)
          Catches an exception thrown by the middle tier.
 void handleWarning(JboWarning warn)
          Catches a warning thrown by the middle tier.

 

Method Detail

handleException

public void handleException(java.lang.Exception ex,
                            boolean lastEntryInPiggyback)
Catches an exception thrown by the middle tier.
Parameters:
ex - an exception.
lastEntryInPiggyback - true if ex is the last of a batch of exceptions and warnings generated by a transaction.

handleWarning

public void handleWarning(JboWarning warn)
Catches a warning thrown by the middle tier.
Parameters:
warn - a warning message.

finishedProcessingPiggyback

public void finishedProcessingPiggyback(java.lang.Exception[] exArray)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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