Skip navigation links

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

E17493-04


oracle.javatools.db.property
Class MissingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.javatools.db.DBException
              extended by oracle.javatools.db.property.MissingPropertyException

All Implemented Interfaces:
java.io.Serializable

public class MissingPropertyException
extends DBException

Exception class thrown by the property support when a given property is not known for the given object.

Since:
11
See Also:
Serialized Form

Constructor Summary
MissingPropertyException(java.lang.Object obj, java.lang.String property)
           

 

Method Summary

 

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

MissingPropertyException

public MissingPropertyException(java.lang.Object obj,
                                java.lang.String property)

Skip navigation links

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

E17493-04


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