Business Components

Uses of Interface
oracle.jbo.JboExceptionHandler

Packages that use.*
PackageDescription
oracle.jbo Contains interfaces for client-side applications. 
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
TypeName
 void ApplicationModule.setExceptionHandler(JboExceptionHandler hndlr)
          Sets the exception handler for this Application Module.
 

Uses of JboExceptionHandler in oracle.jbo.server
 

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


Business Components