Public Member Functions | Private Attributes

oxSystemComponentException Class Reference

Inheritance diagram for oxSystemComponentException:
Collaboration diagram for oxSystemComponentException:

List of all members.

Public Member Functions

 setComponent ($sComponent)
 getComponent ()
 getString ()
 getValues ()

Private Attributes

 $_sComponent

Detailed Description

exceptions for missing components e.g.:

Definition at line 10 of file oxsystemcomponentexception.php.


Member Function Documentation

oxSystemComponentException.getComponent (  ) 

Name of the component that caused the exception

Returns:
string

Definition at line 36 of file oxsystemcomponentexception.php.

oxSystemComponentException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 47 of file oxsystemcomponentexception.php.

oxSystemComponentException.getValues (  ) 

Creates an array of field name => field value of the object. To make a easy conversion of exceptions to error messages possible. Should be extended when additional fields are used! Overrides oxException.getValues().

Returns:
array

Reimplemented from oxException.

Definition at line 60 of file oxsystemcomponentexception.php.

oxSystemComponentException.setComponent ( sComponent  ) 

Sets the component name which caused the exception as a string.

Parameters:
string $sComponent name of component
Returns:
null

Definition at line 26 of file oxsystemcomponentexception.php.


Member Data Documentation

oxSystemComponentException.$_sComponent [private]

Definition at line 17 of file oxsystemcomponentexception.php.


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