Package | mx.collections.errors |
Class | public class CollectionViewError |
Inheritance | CollectionViewError Error |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
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.
Method | Defined By | ||
---|---|---|---|
CollectionViewError(message:String)
Constructor. | CollectionViewError |
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.
Parametersmessage:String — A message providing information about the error cause.
|