Uses of Class
org.jpox.sco.exceptions.IncompatibleTypeException

Packages that use IncompatibleTypeException
org.jpox.sco.exceptions Provides exceptions that can be thrown when handling Second Class Objects (SCO's). 
 

Uses of IncompatibleTypeException in org.jpox.sco.exceptions
 

Subclasses of IncompatibleTypeException in org.jpox.sco.exceptions
 class IncompatibleElementTypeException
          A IncompatibleElementTypeException is thrown if an incompatible element type is specified in the construction of a second-class Collection or Set instance.
 class IncompatibleFieldTypeException
          A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
 class IncompatibleKeyTypeException
          A IncompatibleKeyTypeException is thrown if an incompatible key type is specified in the construction of a second-class Map instance.
 class IncompatibleValueTypeException
          A IncompatibleValueTypeException is thrown if an incompatible value type is specified in the construction of a second-class Map instance.
 



Copyright © -2007 . All Rights Reserved.