Varien_Convert_Exception Class Reference

Inheritance diagram for Varien_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 54 of file Exception.php.

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

getLevel (  ) 

Definition at line 59 of file Exception.php.

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

getPosition (  ) 

Definition at line 70 of file Exception.php.

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

setContainer ( container  ) 

Definition at line 48 of file Exception.php.

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

setLevel ( level  ) 

Definition at line 64 of file Exception.php.

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

setPosition ( position  ) 

Definition at line 75 of file Exception.php.

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


Member Data Documentation

$_container [protected]

Definition at line 42 of file Exception.php.

$_level [protected]

Definition at line 44 of file Exception.php.

$_position [protected]

Definition at line 46 of file Exception.php.

const ERROR = 'ERROR'

Definition at line 39 of file Exception.php.

const FATAL = 'FATAL'

Definition at line 40 of file Exception.php.

const NOTICE = 'NOTICE'

Definition at line 37 of file Exception.php.

const WARNING = 'WARNING'

Definition at line 38 of file Exception.php.


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

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