Public Member Functions | Private Attributes

oxObjectException Class Reference

Inheritance diagram for oxObjectException:
Collaboration diagram for oxObjectException:

List of all members.

Public Member Functions

 setObject ($oObject)
 getObject ()
 getString ()

Private Attributes

 $_oObject

Detailed Description

e.g.:

Definition at line 9 of file oxobjectexception.php.


Member Function Documentation

oxObjectException.getObject (  ) 

Get the object which caused the exception.

Returns:
object

Definition at line 35 of file oxobjectexception.php.

oxObjectException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 46 of file oxobjectexception.php.

oxObjectException.setObject ( oObject  ) 

Sets the object which caused the exception.

Parameters:
object $oObject exception object
Returns:
null

Definition at line 25 of file oxobjectexception.php.


Member Data Documentation

oxObjectException.$_oObject [private]

Definition at line 16 of file oxobjectexception.php.


The documentation for this class was generated from the following file: