Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.cm.ds.db.ValidationException

Packages that use ValidationException
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
 

Uses of ValidationException in oracle.jdeveloper.cm.ds.db
 

Subclasses of ValidationException in oracle.jdeveloper.cm.ds.db
 class MissingValidatorException
          Indicates that the validation of the database object failed because no DBObjectValidator was registered to handle the validation.
 

Methods in oracle.jdeveloper.cm.ds.db that throw ValidationException
 void DBObjectValidator.validateObject(DBObject object)
          Determines whether the specified DBObject is valid.
 void DBObjectValidator.validateObject(DBObject original, DBObject updated)
          Determines whether the specified updated DBObject is valid.
protected  void AbstractValidator.validateName(java.lang.String name)
          Validates a name to see if it is a legal identifier.
 void AbstractDBObjectProvider.validateObject(SchemaObject object)
          Validates the given object using the DBObjectValidator registered against that object's type.
 void AbstractDBObjectProvider.validateObject(SchemaObject original, SchemaObject update)
          Validates the given object update using the DBObjectValidator registered against that object's type.
 void JdbcDatabase.validateObject(SchemaObject object)
           
 void DBObjectProvider.validateObject(SchemaObject object)
          Checks to see if the object is valid.
 void DBObjectProvider.validateObject(SchemaObject original, SchemaObject updated)
          Checks to see if the object update is valid.
 


Extension SDK

 

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