Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_View_Exception Class Reference

Public Member Functions

 setView (Zend_View_Interface $view=null)
 
 getView ()
 
- Public Member Functions inherited from Zend_Exception
 __construct ($msg= '', $code=0, Exception $previous=null)
 Construct the exception.
 
 __call ($method, array $args)
 Overloading.
 
 __toString ()
 String representation of the exception.
 

Protected Attributes

 $view = null
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

Member Function Documentation

getView ( )
setView ( Zend_View_Interface  $view = null)

Member Data Documentation

$view = null
protected