| Package | Description | 
|---|---|
| oracle.adf.model.binding | 
 Contains the abstract implementation of ADFm binding objects. 
 | 
| oracle.jbo | 
 Contains interfaces for client-side applications. 
 | 
| oracle.jbo.domain | |
| oracle.jbo.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbo.uicli.binding | 
 Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DCControlBinding.processInputException(ValidationException vex)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AttrSetValException
Indicates n failed attempt to set an attribute value. 
 | 
class  | 
AttrValException
Indicates a attribute validation error. 
 | 
class  | 
KeyNotPopulatedException  | 
class  | 
PrecisionScaleValidationException
Indicates n failed attempt to set an attribute value. 
 | 
class  | 
ReadOnlyAttrException
Indicates an attempt to modify a read-only attribute. 
 | 
class  | 
RowInconsistentException
Thrown if inconsist data is detected
 when locking a row. 
 | 
class  | 
RowValException
Indicates that validation of a business object has failed. 
 | 
class  | 
TooManyObjectsException
Thrown when more objects than expected are found. 
 | 
class  | 
TxnValException
Thrown when reading an xml document fails for a RowSet or a Row. 
 | 
class  | 
UpdateAttrPrivilegeException
Indicates an attempt to modify a read-only attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValidationException | 
ValidationException.getAttributeException(java.lang.String rowDefName,
                     java.lang.String attrName)  | 
ValidationException | 
AttrValException.getAttributeException(java.lang.String rowDefName,
                     java.lang.String voAttrName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataCreationException
Indicates that a Domain object could not be created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValidationException | 
JboAbstractValidator.createException(java.lang.Exception e,
               JboValidatorContext evObj,
               java.lang.String msgId,
               AttributeDef attrDef,
               java.lang.Object value,
               java.lang.String methodName,
               int severity)  | 
ValidationException | 
AbstractValidator.createException(java.lang.Exception e,
               JboValidatorContext evObj,
               java.lang.String msgId,
               AttributeDef attrDef,
               java.lang.Object value,
               java.lang.String methodName,
               int severity)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractValidator.initErrMsgParms(ValidationException valEx,
               JboValidatorContext evObj,
               int severity)  | 
protected void | 
JboMethodValidator.prepareException(ValidationException valEx,
                JboValidatorContext evObj,
                int severity)  | 
protected void | 
AbstractValidator.prepareException(ValidationException valEx,
                JboValidatorContext evObj,
                int severity)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JUCtrlValueBinding.processInputException(ValidationException vex)  | 
protected void | 
JUCtrlHierNodeBinding.processInputException(ValidationException vex)  |