Exception class
| access | public |
|---|---|
| package | kocuj_internal_lib\kocuj_pl_lib |
| inherited_from | \KocujIL\V12a\Classes\Exception |
__construct(object $componentObj, integer $code, string $file, integer $line, string $param = '') : void
| access | public |
|---|
objectComponent object; if empty, it will not be used in exception codes and message
integerError code
stringFilename where there was an error; should be set to __FILE__ during throwing an exception
integerLine number where there was an error; should be set to __LINE__ during throwing an exception
stringOptional argument for error message - default: empty
getParam() : string
| access | public |
|---|
stringOptional argument for error messagegetErrors() : array
| access | protected |
|---|
arrayErrorsgetExceptionName() : string
| access | protected |
|---|
stringException namesetErrors() : void
| access | protected |
|---|---|
| inherited_from | \KocujIL\V12a\Classes\Exception::setErrors() |
setErrors() : void
| access | protected |
|---|
$errors : array
array()| access | protected |
|---|
$namespacePrefix : string
'KocujPlLib\\V12a'| access | protected |
|---|---|
| inherited_from | \KocujIL\V12a\Classes\Exception::namespacePrefix |
$namespacePrefix : string
'KocujIL\\V12a'| access | protected |
|---|
$param : array
''| access | private |
|---|