Packagemx.collections.errors
Classpublic class CollectionViewError
InheritanceCollectionViewError Inheritance Error

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The CollectionViewError class represents general errors within a collection that are not related to specific activities such as Cursor seeking. Errors of this class are thrown by the ListCollectionView class.



Public Methods
 MethodDefined By
  
CollectionViewError(message:String)
Constructor.
CollectionViewError
Constructor Detail
CollectionViewError()Constructor
public function CollectionViewError(message:String)

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.

Parameters
message:String — A message providing information about the error cause.