Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Exceptions

  • Zend_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Zend_Exception

Exception
Extended by Zend_Exception

Direct known subclasses

Zend_Db_Exception, Zend_Loader_Exception

Indirect known subclasses

Zend_Db_Adapter_Db2_Exception, Zend_Db_Adapter_Exception, Zend_Db_Statement_Oracle_Exception, Zend_Db_Statement_Sqlsrv_Exception, Zend_Db_Table_Exception, Zend_Db_Table_Row_Exception, Zend_Db_Table_Rowset_Exception, Zend_Db_Table_Select_Exception, Zend_Loader_PluginLoader_Exception, Zend_Db_Adapter_Mysqli_Exception, Zend_Db_Adapter_Oracle_Exception, Zend_Db_Adapter_Sqlsrv_Exception, Zend_Db_Profiler_Exception, Zend_Db_Select_Exception, Zend_Db_Statement_Db2_Exception, Zend_Db_Statement_Exception, Zend_Db_Statement_Mysqli_Exception
Package: Zend
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Used by: Zend_Loader_Exception
Located at Zend/Exception.php
Methods summary
public
# __construct( string $msg = '', integer $code = 0, Exception $previous = null )

Construct the exception

Construct the exception

Parameters

$msg
string
$code
integer
$previous
Exception
public mixed
# __call( string $method, array $args )

Overloading

Overloading

For PHP < 5.3.0, provides access to the getPrevious() method.

Parameters

$method
string
$args
array

Returns

mixed
public string
# __toString( )

String representation of the exception

String representation of the exception

Returns

string
protected Exception|null
# _getPrevious( )

Returns previous Exception

Returns previous Exception

Returns

Exception|null
Methods inherited from Exception
getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Pry Framework API documentation generated by ApiGen 2.6.1