Uses of Class
com.triactive.jdo.sco.SCOException

Packages that use SCOException
com.triactive.jdo.sco   
 

Uses of SCOException in com.triactive.jdo.sco
 

Subclasses of SCOException in com.triactive.jdo.sco
 class IllegalArgumentsException
          An IllegalArgumentsException is thrown if one or more of a set of arguments to an SCO method were illegal.
 class IncompatibleElementTypeException
          A IncompatibleElementTypeException is thrown if an incompatible element type is used with a second-class Collection 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 used with a second-class Map instance.
 class IncompatibleTypeException
          A IncompatibleTypeException is thrown if an incompatible type is specified as a parameter to a second-class object instance.
 class IncompatibleValueTypeException
          A IncompatibleValueTypeException is thrown if an incompatible value type is used with a second-class Map instance.
 class NullsNotAllowedException
          A NullsNotAllowedException is thrown if an attempt is made to add a null object to a Collection or Map that doesn't support nulls.
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.