Extension SDK 10.1.2


oracle.jdeveloper.cm.ds.db
Class MissingValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.jdeveloper.cm.ds.db.DBException
              extended byoracle.jdeveloper.cm.ds.db.ValidationException
                  extended byoracle.jdeveloper.cm.ds.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.

Methods inherited from class oracle.jdeveloper.cm.ds.db.DBException
getObject

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.

Extension SDK


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