PHP Doku:: Get the cause of the exception. - function.sdo-exception-getcause.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_Exception::getCause

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DataObject::getTypeNamespaceURI

SDO_List::insert>>

SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception.

Beschreibung

mixed SDO_Exception::getCause ( void )
Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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.

Parameter-Liste

None.

Rückgabewerte

Returns the cause of this exception or NULL if the cause is nonexistent or unknown.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)