Forum und email

SDO_Exception::getCause

(No version information available, might be only in CVS)

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

Popis

mixed SDO_Exception::getCause ( void )
Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

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.

Parametre

None.

Vrátené hodnoty

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