Business Components

Uses of Interface
oracle.jbo.JboExceptionHandler

Packages that use JboExceptionHandler
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.jbotester   
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of JboExceptionHandler in oracle.jbo
 

Methods in oracle.jbo with parameters of type JboExceptionHandler
 void ApplicationModule.setExceptionHandler(JboExceptionHandler hndlr)
          Sets the exception handler for the Application Module.
 

Uses of JboExceptionHandler in oracle.jbo.jbotester
 

Classes in oracle.jbo.jbotester that implement JboExceptionHandler
 class BaseTree
           
 

Uses of JboExceptionHandler in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type JboExceptionHandler
 void ApplicationModuleImpl.setExceptionHandler(JboExceptionHandler hndlr)
          Specifies the name of the handler which will perform special processing of the exceptions on the client.
 


Business Components