|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openadaptor.dataobjects.DataObjectException
org.openadaptor.dataobjects.IncompatibleTypeException
public class IncompatibleTypeException
DataObject,
Serialized Form| Field Summary | |
|---|---|
DOType |
t1
|
DOType |
t2
|
| Constructor Summary | |
|---|---|
IncompatibleTypeException(DOType one,
DOType two)
|
|
IncompatibleTypeException(java.lang.String message)
|
|
| Method Summary |
|---|
| Methods inherited from class org.openadaptor.dataobjects.DataObjectException |
|---|
toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public DOType t1
public DOType t2
| Constructor Detail |
|---|
public IncompatibleTypeException(DOType one,
DOType two)
public IncompatibleTypeException(java.lang.String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||