| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.javatools.db.DBException
oracle.javatools.db.ValidationException
oracle.javatools.db.MissingValidatorException
public class MissingValidatorException
Indicates that the validation of the database object failed because no DBObjectValidator was registered to handle the validation.
| Constructor Summary | |
|---|---|
MissingValidatorException(DBObject object)
Constructs a new ValidationException.  | 
|
MissingValidatorException(DBObject object,
                          java.lang.String property)
Constructs a new ValidationException.  | 
|
| Method Summary | 
|---|
| Methods inherited from class oracle.javatools.db.ValidationException | 
|---|
getTitle | 
| Methods inherited from class oracle.javatools.db.DBException | 
|---|
getNextException, getObject, setNextException | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public MissingValidatorException(DBObject object)
object - the object for which there is no validator registered.
public MissingValidatorException(DBObject object,
                                 java.lang.String property)
object - the object for which there is no validator registered.property - the property for which there is no validator registered.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||