SDO_Exception::getCause

(^)

SDO_Exception::getCause Get the cause of the exception

Descrierea

SDO_Exception::getCause ( void ) : mixed
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

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.

Parametri

None.

Valorile întoarse

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