Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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