Class Index | File Index

Classes


Function Namespace kocujILV12aCException

kocujILV12aCException
Defined in: exception.js.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
kocujILV12aCException(code, filename, param)
Exception prototype constructor
Method Summary
Method Attributes Method Name and Description
<private>  
Get exception name
<private>  
Set errors codes and texts
 
Get errors list
Function Namespace Detail
kocujILV12aCException(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}

{Array} getErrors()
Get errors list
Returns:
{Array} List of errors where keys are errors codes and values are errors texts

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Mar 08 2018 21:48:58 GMT+0100 (CET)