Mage_Api_Exception Class Reference

Inheritance diagram for Mage_Api_Exception:

Mage_Core_Exception

List of all members.

Public Member Functions

 __construct ($faultCode, $customMessage=null)
 getCustomMessage ()

Protected Attributes

 $_customMessage = null


Detailed Description

Definition at line 34 of file Exception.php.


Constructor & Destructor Documentation

__construct ( faultCode,
customMessage = null 
)

Definition at line 38 of file Exception.php.

00039     {
00040         parent::__construct($faultCode);
00041         $this->_customMessage = $customMessage;
00042     }


Member Function Documentation

getCustomMessage (  ) 

Custom error message, if error is not in api.

Returns:
unknown

Definition at line 49 of file Exception.php.

00050     {
00051         return $this->_customMessage;
00052     }


Member Data Documentation

$_customMessage = null [protected]

Definition at line 36 of file Exception.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:32 2009 for Magento by  doxygen 1.5.8