InvoiceRequisiteConvertException extends RequisiteConvertException
Table of Contents
Constants
- GENERAL = 10
- NONE = 0
- PERSON_TYPE_NOT_FOUND = 20
- PRESET_NOT_BOUND = 40
- PROPERTY_NOT_FOUND = 30
Methods
- __construct() : mixed
- getLocalizedMessage() : string
- Get localized error message
- getPersonTypeID() : int
- Get person type ID.
- getPresetID() : int
- Get preset ID.
Constants
GENERAL
public
mixed
GENERAL
= 10
NONE
public
mixed
NONE
= 0
PERSON_TYPE_NOT_FOUND
public
mixed
PERSON_TYPE_NOT_FOUND
= 20
PRESET_NOT_BOUND
public
mixed
PRESET_NOT_BOUND
= 40
PROPERTY_NOT_FOUND
public
mixed
PROPERTY_NOT_FOUND
= 30
Methods
__construct()
public
__construct([mixed $presetID = 0 ], mixed $personTypeID[, mixed $code = 0 ][, mixed $file = '' ][, mixed $line = 0 ][, Exception $previous = null ]) : mixed
Parameters
- $presetID : mixed = 0
- $personTypeID : mixed
- $code : mixed = 0
- $file : mixed = ''
- $line : mixed = 0
- $previous : Exception = null
getLocalizedMessage()
Get localized error message
public
getLocalizedMessage() : string
Return values
stringgetPersonTypeID()
Get person type ID.
public
getPersonTypeID() : int
Return values
intgetPresetID()
Get preset ID.
public
getPresetID() : int