| Package | Description |
|---|---|
| oracle.javatools.db.validators |
Contains classes that provide the capability to validate DBObjects in
a DBObjectProvider.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DBObjectValidator.checkInterrupt()
Checks whether validation has been interrupted or cancelled and throws
an exception to stop validation.
|
protected void |
DBObjectValidator.logException(DBException dbe,
java.util.logging.Level level)
Logs the message for the given DBException to an appropriate level.
|