Overview

Namespaces

  • HZSystem
    • Core
      • HZMailer
      • Logger
        • Appenders
        • Exceptions
    • Exceptions
  • None

Classes

  • HZException
  • HzNotApplicableMethodException

Interfaces

  • IException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class HZException

Eccezione generica per HZSystem

HZSystem\Exceptions\Exception
Extended by HZSystem\Exceptions\HZException implements HZSystem\Exceptions\IException

Direct known subclasses

HZSystem\Core\Logger\Exceptions\AppenderNotFoundException, HZSystem\Core\Logger\Exceptions\LogFileNotFoundException, HZSystem\Exceptions\HzNotApplicableMethodException
Abstract
Namespace: HZSystem\Exceptions
Package: hzSystem\exceptions
Copyright: 2021 HZKnight
License: GNU/AGPL3
Author: Luca Liscio hzkight@h0model.org
Version: 0.0.1 2016/05/31 12:14:20
Located at exceptions/hzexception.class.php
Methods summary
public
# __construct( String $message = null, String $code = 0 )

Constructor

Constructor

Parameters

$message
Error Message
$code
Error Code

Implementation of

HZSystem\Exceptions\IException::__construct()
public String
# __toString( )

To String Method

To String Method

Returns

String

Implementation of

HZSystem\Exceptions\IException::__toString()
public String
# getCode( )

Return the error code

Return the error code

Returns

String

Implementation of

HZSystem\Exceptions\IException::getCode()
public String
# getFile( )

It returns the file where the exception occurred

It returns the file where the exception occurred

Returns

String

Implementation of

HZSystem\Exceptions\IException::getFile()
public integer
# getLine( )

It returns the line in file where the exception occurred

It returns the line in file where the exception occurred

Returns

integer

Implementation of

HZSystem\Exceptions\IException::getLine()
public type
# getMessage( )

It returns the exception message

It returns the exception message

Returns

type

Implementation of

HZSystem\Exceptions\IException::getMessage()
public array
# getTrace( )

It returns the exception trace

It returns the exception trace

Returns

array

Implementation of

HZSystem\Exceptions\IException::getTrace()
public string
# getTraceAsString( )

It returns the exception trace

It returns the exception trace

Returns

string

Implementation of

HZSystem\Exceptions\IException::getTraceAsString()
Properties summary
protected string $message
# ""
protected integer $code
# 0
protected $file
#
protected $line
#
hzsystem API documentation generated by ApiGen