|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.jbo.JboException
oracle.jbo.DMLException
oracle.jbo.RowDMLException
Indicates a failure to post data to a database.
Field Summary | |
protected java.lang.String |
mRowDefFullName
|
Fields inherited from class oracle.jbo.DMLException |
DML_COMMIT, DML_DELETE, DML_INSERT, DML_RELEASE_SAVEPOINT, DML_ROLLBACK, DML_ROLLBACK_TO_SAVEPOINT, DML_SAVEPOINT, DML_UPDATE |
Fields inherited from class oracle.jbo.JboException |
mHasPeerException |
Constructor Summary | |
RowDMLException(int operation,
java.lang.String stmt,
java.lang.Exception ex,
Row en,
java.lang.String fullDefName)
Creates an exception to be localized using CSMessageBundle |
Method Summary | |
void |
doEntityToVOMapping(ApplicationModule rootAm,
ViewObject[] vos)
|
java.lang.String |
getRowDefName()
|
Key |
getRowKey()
|
void |
setEntityRow(Row row)
|
void |
setEntityRow(Row row,
java.lang.String defName)
|
Methods inherited from class oracle.jbo.DMLException |
getEntityRow, getEntityRowHandle, getOperation, getOperationString, setEntityRowHandle |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String mRowDefFullName
Constructor Detail |
public RowDMLException(int operation, java.lang.String stmt, java.lang.Exception ex, Row en, java.lang.String fullDefName)
CSMessageBundle
and error code EXC_DML_POST_ENTITY
.
Parameters:
operation
- the attempted operation.
stmt
- the DML statement, the first message parameter.
ex
- the exception that spawned this exception, to be added to the details list.
Method Detail
setEntityRow
public void setEntityRow(Row row,
java.lang.String defName)
setEntityRow
public void setEntityRow(Row row)
- Overrides:
setEntityRow
in class DMLException
doEntityToVOMapping
public void doEntityToVOMapping(ApplicationModule rootAm,
ViewObject[] vos)
- Overrides:
doEntityToVOMapping
in class JboException
getRowKey
public Key getRowKey()
- Overrides:
getRowKey
in class DMLException
getRowDefName
public java.lang.String getRowDefName()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 1997, 2004, Oracle. All rights reserved.