Packagemx.collections.errors
Classpublic class CollectionViewError
InheritanceCollectionViewError Inheritance Error

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)

Constructor.

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