Public Member Functions | Private Attributes

oxVoucherException Class Reference

Inheritance diagram for oxVoucherException:
Collaboration diagram for oxVoucherException:

List of all members.

Public Member Functions

 setVoucherNr ($sVoucherNr)
 getVoucherNr ()
 getString ()
 getValues ()

Private Attributes

 $_sVoucherNr

Detailed Description

exception class covering voucher exceptions

Definition at line 6 of file oxvoucherexception.php.


Member Function Documentation

oxVoucherException.getString (  ) 

Get string dump Overrides oxException.getString()

Returns:
string

Reimplemented from oxException.

Definition at line 43 of file oxvoucherexception.php.

oxVoucherException.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 56 of file oxvoucherexception.php.

oxVoucherException.getVoucherNr (  ) 

get voucher nr. involved

Returns:
string

Definition at line 32 of file oxvoucherexception.php.

oxVoucherException.setVoucherNr ( sVoucherNr  ) 

Sets the voucher number as a string

Parameters:
string $sVoucherNr voucher number
Returns:
null

Definition at line 22 of file oxvoucherexception.php.


Member Data Documentation

oxVoucherException.$_sVoucherNr [private]

Definition at line 13 of file oxvoucherexception.php.


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