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


Uses of Class
oracle.jbo.JboException

Packages that use JboException
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 

 

Uses of JboException in oracle.adf.model.adapter

 

Subclasses of JboException in oracle.adf.model.adapter
 class AdapterException
          AdapterException is thrown from the adapter common runtime layer.

 

Uses of JboException in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return JboException
 JboException DCIteratorBinding.getError()
           
protected  JboException DCControlBinding.getError()
          Primarily for spel support.

 

Methods in oracle.adf.model.binding with parameters of type JboException
 void DCIteratorBinding.processInputException(JboException errExc)
           
protected  void DCControlBinding.addToDCExceptions(JboException e)
           
 void DCBindingContainer.processException(JboException ex)
          Matches a control-binding with the exception or one of it's detail exceptions if the exception or one of it's detail excpetions is an AttrValException and the control-binding is bound to that attribute.
 void DCBindingContainer.cacheException(JboException ex)
           

 

Uses of JboException in oracle.jbo

 

Subclasses of JboException in oracle.jbo
 class InvalidObjNameException
          Indicates that an attempt has been made to associate an object with a type for which it is not valid.
 class InvalidOperException
          Indicates an operation failure.
 class NameClashException
          Indicates that an attempt has been made to use a name that is already defined.
 class NoObjException
          Indicates that a named object does not exist.

 

Constructors in oracle.jbo with parameters of type JboException
JboException(java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params, JboException[] exceptions)
          Creates a translatable exception.

 

Uses of JboException in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding that return JboException
protected  JboException JUCtrlValueBindingRef.getError()
           
 JboException JUCtrlValueBinding.getError()
          Primarily for spel support.
 JboException JUCtrlActionBinding.getError()
          Primarily for spel support.

 

Methods in oracle.jbo.uicli.binding with parameters of type JboException
protected  void JUCtrlValueBinding.setError(JboException vex, java.lang.Object value)
           

 


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.