Packageorg.springextensions.actionscript.errors
Classpublic class IllegalArgumentError
InheritanceIllegalArgumentError Inheritance RuntimeError Inheritance Error

Thrown to indicate that a method has been passed an illegal or inappropriate argument.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
IllegalArgumentError(message:String = "")
Constructs a new IllegalArgumentError.
IllegalArgumentError
Constructor detail
IllegalArgumentError()constructor
public function IllegalArgumentError(message:String = "")

Constructs a new IllegalArgumentError.

Parameters
message:String (default = "") — the detail message that describes the cause of the error