SDO_Exception::getCause

(no version information, might be only in CVS)

SDO_Exception::getCause --  Get the cause of the exception.

Descrição

mixed SDO_Exception::getCause ( void )

Atenção

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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.

Parâmetros

None.

Valores de retornado

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