Extension SDK 10.1.2

oracle.jdeveloper.cm.ds.db
Class ValidationException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingValidatorException

public class ValidationException
extends DBException

Indicates that the validation of the database object failed.

Since:
9.0.5
See Also:
Serialized Form

Constructor Summary
ValidationException(DBObject object, java.lang.String message)
          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

ValidationException

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

Parameters:
object - the object on which the validation failed
message - a string containing a message describing the exception

Extension SDK

 

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