SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception

説明

SDO_Exception::getCause ( void ) : mixed
警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

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.

パラメータ

None.

返り値

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