Packagemx.collections.errors
Classpublic class SortError
InheritanceSortError Inheritance Error

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

This error is thrown when a Sort class is not configured properly; for example, if the find criteria are invalid.



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