Source of: /manual/en/function.sdo-exception-getcause.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.sdo.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.sdo-exception-getcause.php',
1 => 'SDO_Exception::getCause',
),
'up' =>
array (
0 => 'ref.sdo.php',
1 => 'SDO Functions',
),
'prev' =>
array (
0 => 'function.sdo-dataobject-gettypenamespaceuri.php',
1 => 'SDO_DataObject::getTypeNamespaceURI',
),
'next' =>
array (
0 => 'function.sdo-list-insert.php',
1 => 'SDO_List::insert',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.sdo-exception-getcause" class="refentry">
<div class="refnamediv">
<h1 class="refname">SDO_Exception::getCause</h1>
<p class="verinfo">(^)</p><p class="refpurpose"><span class="refname">SDO_Exception::getCause</span> — <span class="dc-title">
Get the cause of the exception.
</span></p>
</div>
<a name="function.sdo-exception-getcause.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><b>SDO_Exception::getCause</b></span>
( <span class="methodparam">void</span>
)</div>
<div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>
<p class="para">
Returns the cause of this exception or NULL if the cause is nonexistent or unknown.
Typically the cause will be an SDO_CPPException object, which may
be used to obtain additional diagnostic information.
</p>
</div>
<a name="function.sdo-exception-getcause.parameters"></a><div class="refsect1 parameters">
<h3 class="title">Parameters</h3>
<p class="para">
None.
</p>
</div>
<a name="function.sdo-exception-getcause.returnvalues"></a><div class="refsect1 returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns the cause of this exception or NULL if the cause is nonexistent or unknown.
</p>
</div>
</div><?php manual_footer(); ?>