Package org.jpox.sco.exceptions

Provides exceptions that can be thrown when handling Second Class Objects (SCO's).

See:
          Description

Exception Summary
IncompatibleElementTypeException A IncompatibleElementTypeException is thrown if an incompatible element type is specified in the construction of a second-class Collection or Set instance.
IncompatibleFieldTypeException A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
IncompatibleKeyTypeException A IncompatibleKeyTypeException is thrown if an incompatible key type is specified in the construction of a second-class Map instance.
IncompatibleTypeException A IncompatibleTypeException is thrown if an incompatible type is specified as a parameter in the construction of a second-class object instance.
IncompatibleValueTypeException A IncompatibleValueTypeException is thrown if an incompatible value type is specified in the construction of a second-class Map instance.
NullsNotAllowedException A NullsNotAllowedException is thrown if an attempt is made to insert a null object into a Collection or Map that doesn't support nulls.
QueryUnownedSCOException A QueryUnownedSCOException is thrown if an attempt is made to query an SCO collection that has been detached from its owning FCO.
SCOException A SCOException is thrown if an invalid parameter is specified in the construction or usage of a second-class object instance.
 

Package org.jpox.sco.exceptions Description

Provides exceptions that can be thrown when handling Second Class Objects (SCO's).



Copyright © -2007 . All Rights Reserved.