org.openadaptor.dataobjects
Class IncompatibleTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openadaptor.dataobjects.DataObjectException
              extended by org.openadaptor.dataobjects.IncompatibleTypeException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleTypeException
extends DataObjectException

Version:
1.0
Author:
Tim Bissell
See Also:
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

t1

public DOType t1

t2

public DOType t2
Constructor Detail

IncompatibleTypeException

public IncompatibleTypeException(DOType one,
                                 DOType two)

IncompatibleTypeException

public IncompatibleTypeException(java.lang.String message)