Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.db
Class MissingValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.javatools.db.DBException
              extended by oracle.javatools.db.ValidationException
                  extended by oracle.javatools.db.MissingValidatorException
All Implemented Interfaces:
java.io.Serializable

public class MissingValidatorException
extends ValidationException

Indicates that the validation of the database object failed because no DBObjectValidator was registered to handle the validation.

Since:
9.0.5
See Also:
Serialized Form

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

MissingValidatorException

public MissingValidatorException(DBObject object)
Constructs a new ValidationException.

Parameters:
object - the object for which there is no validator registered.

MissingValidatorException

public MissingValidatorException(DBObject object,
                                 java.lang.String property)
Constructs a new ValidationException.

Parameters:
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)

E13403-04

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