| category |
Zend |
| package |
Zend_Log |
| copyright |
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| license |
New BSD License |
| version |
$Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $ |
Methods
Overloading
__call(string $method, array $args) : mixed
Inherited
For PHP < 5.3.0, provides access to the getPrevious() method.
| inherited_from |
\Zend_Exception::__call() |
Parameters
$method
string
$args
array
Returns
mixed
Construct the exception
__construct(string $msg, int $code, Exception $previous) : void
Inherited
| inherited_from |
\Zend_Exception::__construct() |
Parameters
$msg
string
$code
int
String representation of the exception
__toString() : string
Inherited
| inherited_from |
\Zend_Exception::__toString() |
Returns
string
getCode()
getCode()
Inherited
| inherited_from |
Exception::getCode() |
| inherited_from |
\Zend_Exception::getCode() |
getFile()
getFile()
Inherited
| inherited_from |
Exception::getFile() |
| inherited_from |
\Zend_Exception::getFile() |
getLine()
getLine()
Inherited
| inherited_from |
Exception::getLine() |
| inherited_from |
\Zend_Exception::getLine() |
getMessage()
getMessage()
Inherited
| inherited_from |
Exception::getMessage() |
| inherited_from |
\Zend_Exception::getMessage() |
getPrevious()
getPrevious()
Inherited
| inherited_from |
Exception::getPrevious() |
| inherited_from |
\Zend_Exception::getPrevious() |
getTrace()
getTrace()
Inherited
| inherited_from |
Exception::getTrace() |
| inherited_from |
\Zend_Exception::getTrace() |
getTraceAsString()
getTraceAsString()
Inherited
| inherited_from |
Exception::getTraceAsString() |
| inherited_from |
\Zend_Exception::getTraceAsString() |
Returns previous Exception
_getPrevious() : \Exception | null
Inherited
| inherited_from |
\Zend_Exception::_getPrevious() |
Returns
Properties
$_previous
$_previous : null | \Exception
Inherited
| inherited_from |
\Zend_Exception::$$_previous |