Class Inx_Api_IllegalArgumentException

Description

An Inx_Api_IllegalArgumentException is thrown when wrong arguments are supplied.

An Inx_Api_IllegalArgumentException is thrown when wrong arguments are supplied. A common reason for this exception are data type issues. Example: Calling Mailing->sendSingleMail("sample@invalid.inv") will raise this exception, because sendSingleMail() expects a recipient id of type integer, not an email address string.

  • version: $Revision: 9348 $ $Date: 2007-12-10 09:33:56 +0200 (Pr, 10 Grd 2007) $ $Author: aurimas $

Located in /Api/IllegalArgumentException.php (line 14)

Exception
   |
   --Inx_Api_IllegalArgumentException
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Thu, 17 Sep 2015 14:27:25 +0200 by phpDocumentor 1.3.2