Class Inx_Api_APIException

Description

Inx_Api_APIException is the runtime exception that can be thrown during the normal operation of the API.

Inx_Api_APIException is the runtime exception that can be thrown during the normal operation of the API.

  • version: $Revision: 9482 $ $Date: 2007-12-18 16:42:11 +0200 (An, 18 Grd 2007) $ $Author: vladas $

Located in /Api/APIException.php (line 11)

Exception
   |
   --Inx_Api_APIException
Direct descendents
Class Description
Inx_Api_FeatureNotAvailableException An Inx_Api_FeatureNotAvailableException is thrown when a feature is not available or not enabled in a list.
Variable Summary
Exception $oCause
Method Summary
Inx_Api_APIException __construct (string $sMsg, [ $oCause = null])
Exception getCause ()
Variables
Exception $oCause = null (line 16)
  • var: the original exception that was thrown.
  • access: public

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 25)

Constructs a new api runtime exception with the specified detail message.

Constructs a new api runtime exception with the specified detail message.

Inx_Api_APIException __construct (string $sMsg, [ $oCause = null])
  • string $sMsg: the detail message (which is saved for later retrieval by the #getMessage() method).
  • Exception $oCause: the cause (which is saved for later retrieval by the #getCause() method). (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCause (line 35)

Returns the original exception.

Returns the original exception.

  • return: the original exception.
  • access: public
Exception getCause ()

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:20 +0200 by phpDocumentor 1.3.2