Packagemx.collections.errors
Classpublic class CursorError
InheritanceCursorError Inheritance Error

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

This error is thrown by a collection Cursor. Errors of this class are thrown by classes that implement the IViewCursor interface.



Public Methods
 MethodDefined By
  
CursorError(message:String)
Constructor.
CursorError
Constructor Detail
CursorError()Constructor
public function CursorError(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.