Mage_Dataflow_Model_Convert_Exception Class Reference

Inheritance diagram for Mage_Dataflow_Model_Convert_Exception:

Varien_Exception

List of all members.

Public Member Functions

 setContainer ($container)
 getContainer ()
 getLevel ()
 setLevel ($level)
 getPosition ()
 setPosition ($position)

Public Attributes

const NOTICE = 'NOTICE'
const WARNING = 'WARNING'
const ERROR = 'ERROR'
const FATAL = 'FATAL'

Protected Attributes

 $_container
 $_level
 $_position


Detailed Description

Definition at line 35 of file Exception.php.


Member Function Documentation

getContainer (  ) 

Definition at line 55 of file Exception.php.

00056     {
00057         return $this->_container;
00058     }

getLevel (  ) 

Definition at line 60 of file Exception.php.

00061     {
00062         return $this->_level;
00063     }

getPosition (  ) 

Definition at line 71 of file Exception.php.

00072     {
00073         return $this->_position;
00074     }

setContainer ( container  ) 

Definition at line 49 of file Exception.php.

00050     {
00051         $this->_container = $container;
00052         return $this;
00053     }

setLevel ( level  ) 

Definition at line 65 of file Exception.php.

00066     {
00067         $this->_level = $level;
00068         return $this;
00069     }

setPosition ( position  ) 

Definition at line 76 of file Exception.php.

00077     {
00078         $this->_position = $position;
00079         return $this;
00080     }


Member Data Documentation

$_container [protected]

Definition at line 43 of file Exception.php.

$_level [protected]

Definition at line 45 of file Exception.php.

$_position [protected]

Definition at line 47 of file Exception.php.

const ERROR = 'ERROR'

Definition at line 40 of file Exception.php.

const FATAL = 'FATAL'

Definition at line 41 of file Exception.php.

const NOTICE = 'NOTICE'

Definition at line 38 of file Exception.php.

const WARNING = 'WARNING'

Definition at line 39 of file Exception.php.


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

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