|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| 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
|
+--oracle.owb.reconcile.IncompatibleTypesException
IncompatibleTypesException is thrown by the reconcile service when the target type cannot be reconciled with the source type .
| Field Summary | |
protected java.lang.String |
m_msgthe string containing the exception message. |
protected ReconcileSource |
m_sourceThe source object passed to the reconcile framework. |
protected ReconcileTarget |
m_targetThe target object passed to the reconcile framework. |
| Fields inherited from class java.lang.Exception |
| Constructor Summary | |
IncompatibleTypesException(java.lang.String msg, ReconcileSource src, ReconcileTarget tgt)Constructor for IncompatibleTypesException. | |
| Method Summary | |
java.lang.String |
getMsg()Returns the exception message. |
ReconcileSource |
getSource()Returns the source object passed to reconcile service. |
ReconcileTarget |
getTarget()Returns the target object passed to reconcile service. |
| 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 |
| Field Detail |
protected ReconcileSource m_source
protected ReconcileTarget m_target
protected java.lang.String m_msg
| Constructor Detail |
public IncompatibleTypesException(java.lang.String msg, ReconcileSource src, ReconcileTarget tgt)
msg - - the exception message.src - - the source object passed to reconcile service.tgt - - the target object passed to reconcile service.| Method Detail |
public java.lang.String getMsg()
public ReconcileSource getSource()
public ReconcileTarget getTarget()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||