Mage_Payment_Exception Class Reference

List of all members.

Public Member Functions

 __construct ($message=null, $code=0)
 getFields ()

Protected Attributes

 $_code = null


Detailed Description

Definition at line 35 of file Exception.php.


Constructor & Destructor Documentation

__construct ( message = null,
code = 0 
)

Definition at line 39 of file Exception.php.

00040     {
00041         $this->_code = $code;
00042         parent::__construct($message, 0);
00043     }


Member Function Documentation

getFields (  ) 

Definition at line 45 of file Exception.php.

00046     {
00047         return $this->_code;
00048     }


Member Data Documentation

$_code = null [protected]

Definition at line 37 of file Exception.php.


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

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