Packagemx.collections.errors
Classpublic class CursorError
InheritanceCursorError Inheritance Error

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)

Constructor.

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