| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
java.lang.UnsupportedOperationException
                  
oracle.javatools.db.ddl.UnsupportedDDLException
public class UnsupportedDDLException
This exception is thrown by DDLGenerator implementations when requests are made to generate DDL for objects and/or properties that are not supported by the particular generator.
This is a RuntimeException rather than a DBException because it is expected that a user of the DDLGenerator would also use its capacity as a PropertyManager to test whether the given object and its properties (and property changes for update) are supported before attempting generation.
| Constructor Summary | |
|---|---|
UnsupportedDDLException(java.lang.String string, DBObject object)The given message is automatically formatted with the object type and name (in that order) using MessageFormat.  | 
|
| Method Summary | |
|---|---|
 DBObject | 
getObject()Gets the object that the ddl generation failed for.  | 
| 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 | 
|---|
public UnsupportedDDLException(java.lang.String string,
                               DBObject object)
string - the message to format with the object's name and typeobject - the object that the operation isn't supported for. Cannot be null.| Method Detail | 
|---|
public DBObject getObject()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||