Business Components 9.0.5

Uses of Class
oracle.jbo.AttrValException

Packages that use AttrValException
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.domain   
oracle.jbo.rules Contains sample validation beans. 
 

Uses of AttrValException in oracle.jbo
 

Subclasses of AttrValException in oracle.jbo
 class AttrSetValException
          Indicates n failed attempt to set an attribute value.
 class ReadOnlyAttrException
          Indicates an attempt to modify a read-only attribute.
 class UpdateAttrPrivilegeException
          Indicates an attempt to modify a read-only attribute.
 

Uses of AttrValException in oracle.jbo.domain
 

Subclasses of AttrValException in oracle.jbo.domain
 class DataCreationException
          Indicates that a Domain object could not be created.
 

Uses of AttrValException in oracle.jbo.rules
 

Methods in oracle.jbo.rules that return AttrValException
static AttrValException RulesBeanUtils.validate(java.util.Iterator validators, Row row, JboValidatorContext ev, boolean notDeferred)
          Validate the new value by applying all the validator rules applied to this attribute.
 


Business Components 9.0.5

 

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