docs/class-HZSystem.Exceptions.IException.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Interface HZSystem\Exceptions\IException | hzsystem</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active">
<a href="namespace-HZSystem.html">
HZSystem<span></span>
</a>
<ul>
<li>
<a href="namespace-HZSystem.Core.html">
Core<span></span>
</a>
<ul>
<li>
<a href="namespace-HZSystem.Core.HZMailer.html">
HZMailer </a>
</li>
<li>
<a href="namespace-HZSystem.Core.Logger.html">
Logger<span></span>
</a>
<ul>
<li>
<a href="namespace-HZSystem.Core.Logger.Appenders.html">
Appenders </a>
</li>
<li>
<a href="namespace-HZSystem.Core.Logger.Exceptions.html">
Exceptions </a>
</li>
</ul></li></ul></li>
<li class="active">
<a href="namespace-HZSystem.Exceptions.html">
Exceptions </a>
</li>
</ul></li>
<li>
<a href="namespace-None.html">
None </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-HZSystem.Exceptions.HZException.html">HZException</a></li>
<li><a href="class-HZSystem.Exceptions.HzNotApplicableMethodException.html">HzNotApplicableMethodException</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li class="active"><a href="class-HZSystem.Exceptions.IException.html">IException</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-HZSystem.Exceptions.html" title="Summary of HZSystem\Exceptions"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li>
<a href="annotation-group-deprecated.html" title="List of elements with deprecated annotation">
<span>Deprecated</span>
</a>
</li>
<li>
<a href="annotation-group-todo.html" title="List of elements with todo annotation">
<span>Todo</span>
</a>
</li>
</ul>
<ul>
<li>
<a href="-API-documentation.zip" title="Download documentation as ZIP archive"><span>Download</span></a>
</li>
</ul>
</div>
<div id="content" class="class">
<h1>Interface IException</h1>
<div class="description">
<p>Interfaccia generica per le eccezioni basata sulla interfaccia
prevista dal linguaggio PHP</p>
</div>
<div>
<h4>Direct known implementers</h4>
<a href="class-HZSystem.Exceptions.HZException.html">HZSystem\Exceptions\HZException</a>
</div>
<div>
<h4>Indirect known implementers</h4>
<a href="class-HZSystem.Core.Logger.Exceptions.AppenderNotFoundException.html">HZSystem\Core\Logger\Exceptions\AppenderNotFoundException</a>,
<a href="class-HZSystem.Core.Logger.Exceptions.LogFileNotFoundException.html">HZSystem\Core\Logger\Exceptions\LogFileNotFoundException</a>,
<a href="class-HZSystem.Exceptions.HzNotApplicableMethodException.html">HZSystem\Exceptions\HzNotApplicableMethodException</a>
</div>
<div class="info">
<b>Namespace:</b> <a href="namespace-HZSystem.html">HZSystem</a>\<a href="namespace-HZSystem.Exceptions.html">Exceptions</a><br>
<b>Package:</b> hzSystem\exceptions<br>
<b>Copyright:</b>
2021 HZKnight<br>
<b>License:</b>
<a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU/AGPL3</a><br>
<b>Author:</b>
Luca Liscio <a href="mailto:hzkight@h0model.org">hzkight@h0model.org</a><br>
<b>Version:</b>
0.0.1 2016/05/31 12:14:20<br>
<b>Located at</b> <a href="source-class-HZSystem.Exceptions.IException.html#23-49" title="Go to source code">exceptions/hzexception.class.php</a>
<br>
</div>
<table class="summary methods" id="methods">
<caption>Methods summary</caption>
<tr data-order="getMessage" id="_getMessage">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getMessage">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#39" title="Go to source code">getMessage</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getCode" id="_getCode">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getCode">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#40" title="Go to source code">getCode</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getFile" id="_getFile">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getFile">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#41" title="Go to source code">getFile</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getLine" id="_getLine">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getLine">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#42" title="Go to source code">getLine</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getTrace" id="_getTrace">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getTrace">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#43" title="Go to source code">getTrace</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getTraceAsString" id="_getTraceAsString">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getTraceAsString">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#44" title="Go to source code">getTraceAsString</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="__toString" id="___toString">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#___toString">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#47" title="Go to source code">__toString</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="__construct" id="___construct">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#___construct">#</a>
<code><a href="source-class-HZSystem.Exceptions.IException.html#48" title="Go to source code">__construct</a>( <span> <var>$message</var> = <span class="php-keyword1">null</span></span>, <span> <var>$code</var> = <span class="php-num">0</span></span> )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
</table>
</div>
<div id="footer">
hzsystem API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js"></script>
<script src="elementlist.js"></script>
</body>
</html>