Function Namespace kocujPLV12aCException
kocujPLV12aCException
Defined in: exception.js.
Constructor Attributes | Constructor Name and Description |
---|---|
kocujPLV12aCException(code, filename, param)
Exception prototype constructor
|
Method Attributes | Method Name and Description |
---|---|
<private> |
Get exception name
|
<private> |
Set errors codes and texts
|
Function Namespace Detail
kocujPLV12aCException(code, filename, param)
Exception prototype constructor
- Parameters:
- {number} code Optional
- Error code
- {string} filename Optional
- Filename with error
- {string} param Optional
- Parameter for error information
- Returns:
- {void}
Method Detail
<private>
{string}
_getExceptionName()
Get exception name
- Returns:
- {string} Exception name
<private>
{void}
_setErrors()
Set errors codes and texts
- Returns:
- {void}