| OXID eShop CE
    4.9.7
    | 
 Inheritance diagram for oxVoucherException:
 Inheritance diagram for oxVoucherException: Collaboration diagram for oxVoucherException:
 Collaboration diagram for oxVoucherException:| Public Member Functions | |
| setVoucherNr ($sVoucherNr) | |
| getVoucherNr () | |
| getString () | |
| getValues () | |
|  Public Member Functions inherited from oxException | |
| __construct ($sMessage="not set", $iCode=0) | |
| setLogFileName ($sFile) | |
| getLogFileName () | |
| setMessage ($sMessage) | |
| setRenderer () | |
| isRenderer () | |
| setNotCaught () | |
| isNotCaught () | |
| debugOut () | |
| setDestination ($sDestination) | |
| Private Attributes | |
| $_sVoucherNr | |
| Additional Inherited Members | |
|  Protected Attributes inherited from oxException | |
| $_sFileName = 'EXCEPTION_LOG.txt' | |
| $_blRenderer = false | |
| $_blNotCaught = false | |
exception class covering voucher exceptions
Definition at line 6 of file oxvoucherexception.php.
| oxVoucherException::getString | ( | ) | 
Get string dump Overrides oxException::getString()
Reimplemented from oxException.
Definition at line 42 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().
Reimplemented from oxException.
Definition at line 55 of file oxvoucherexception.php.
| oxVoucherException::getVoucherNr | ( | ) | 
| oxVoucherException::setVoucherNr | ( | $sVoucherNr | ) | 
Sets the voucher number as a string
| string | $sVoucherNr | voucher number | 
Definition at line 21 of file oxvoucherexception.php.
| 
 | private | 
Definition at line 14 of file oxvoucherexception.php.