Packageorg.pranaframework.errors
Classpublic class IllegalArgumentError
InheritanceIllegalArgumentError Inheritance RuntimeError Inheritance Error

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



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