369 lines
20 KiB
HTML
369 lines
20 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html SYSTEM "about:legacy-compat">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||
<head>
|
||
<title>phpDox - Query\Exception\NotImplementedException</title>
|
||
<link rel="stylesheet" type="text/css" href="../css/style.css" media="screen"/>
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||
</head>
|
||
<body>
|
||
<nav class="topnav">
|
||
<ul>
|
||
<li>
|
||
<div class="logo"><span>/**</span>phpDox</div>
|
||
</li>
|
||
<li class="separator">
|
||
<a href="../index.html">Overview</a>
|
||
</li>
|
||
<li class="separator">
|
||
<a href="../namespaces.html">Namespaces</a>
|
||
</li>
|
||
<li>
|
||
<a href="../interfaces.html">Interfaces</a>
|
||
</li>
|
||
<li>
|
||
<a href="../classes.html">Classes</a>
|
||
</li>
|
||
<li class="separator">
|
||
<a href="../source/index.html">Source</a>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div id="mainstage">
|
||
<div class="box">
|
||
<ul class="breadcrumb">
|
||
<li>
|
||
<a href="../index.html">Overview</a>
|
||
</li>
|
||
<li class="separator">
|
||
<a href="../classes.html">Classes</a>
|
||
</li>
|
||
<li class="separator">
|
||
<a href="../classes.html#Query_Exception">Query\Exception</a>
|
||
</li>
|
||
<li class="separator">NotImplementedException</li>
|
||
</ul>
|
||
</div>
|
||
<nav class="box">
|
||
<ul>
|
||
<li>
|
||
<a href="#introduction">Introduction</a>
|
||
</li>
|
||
<li>
|
||
<a href="#synopsis">Synopsis</a>
|
||
</li>
|
||
<li>
|
||
<a href="#hierarchy">Hierarchy</a>
|
||
</li>
|
||
<li>
|
||
<a href="#methods">Methods</a>
|
||
</li>
|
||
<li>
|
||
<a href="#history">History</a>
|
||
</li>
|
||
<li>
|
||
<a href="../source/Exception/NotImplementedException.php.html#line22">Source</a>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<section>
|
||
<h1 id="introduction"><small>Query\Exception\</small>NotImplementedException</h1>
|
||
<h4>Exception for non-implemented method</h4>
|
||
<p/>
|
||
<ul/>
|
||
<h2 id="synopsis">Synopsis</h2>
|
||
<div class="synopsis">class NotImplementedException
|
||
extends <a title="BadMethodCallException" href="../classes/BadMethodCallException.html">BadMethodCallException</a>
|
||
{<br/><ul class="none"><li>// Inherited methods from <span title="BadMethodCallException">BadMethodCallException</span></li><li>public final string <a title="BadMethodCallException" href="../classes/BadMethodCallException/getMessage.html">getMessage</a>()
|
||
</li><li>public final Throwable <a title="BadMethodCallException" href="../classes/BadMethodCallException/getPrevious.html">getPrevious</a>()
|
||
</li><li>public final mixed <a title="BadMethodCallException" href="../classes/BadMethodCallException/getCode.html">getCode</a>()
|
||
</li><li>public final string <a title="BadMethodCallException" href="../classes/BadMethodCallException/getFile.html">getFile</a>()
|
||
</li><li>public final int <a title="BadMethodCallException" href="../classes/BadMethodCallException/getLine.html">getLine</a>()
|
||
</li><li>public final array <a title="BadMethodCallException" href="../classes/BadMethodCallException/getTrace.html">getTrace</a>()
|
||
</li><li>public final string <a title="BadMethodCallException" href="../classes/BadMethodCallException/getTraceAsString.html">getTraceAsString</a>()
|
||
</li><li>public string <a title="BadMethodCallException" href="../classes/BadMethodCallException/__toString.html">__toString</a>()
|
||
</li></ul><ul class="none"><li>// Inherited methods from <span title="BadFunctionCallException">BadFunctionCallException</span></li><li>public final string <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getMessage.html">getMessage</a>()
|
||
</li><li>public final Throwable <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getPrevious.html">getPrevious</a>()
|
||
</li><li>public final mixed <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getCode.html">getCode</a>()
|
||
</li><li>public final string <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getFile.html">getFile</a>()
|
||
</li><li>public final int <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getLine.html">getLine</a>()
|
||
</li><li>public final array <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getTrace.html">getTrace</a>()
|
||
</li><li>public final string <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getTraceAsString.html">getTraceAsString</a>()
|
||
</li><li>public string <a title="BadFunctionCallException" href="../classes/BadFunctionCallException/__toString.html">__toString</a>()
|
||
</li></ul><ul class="none"><li>// Inherited methods from <span title="LogicException">LogicException</span></li><li>public final string <a title="LogicException" href="../classes/LogicException/getMessage.html">getMessage</a>()
|
||
</li><li>public final Throwable <a title="LogicException" href="../classes/LogicException/getPrevious.html">getPrevious</a>()
|
||
</li><li>public final mixed <a title="LogicException" href="../classes/LogicException/getCode.html">getCode</a>()
|
||
</li><li>public final string <a title="LogicException" href="../classes/LogicException/getFile.html">getFile</a>()
|
||
</li><li>public final int <a title="LogicException" href="../classes/LogicException/getLine.html">getLine</a>()
|
||
</li><li>public final array <a title="LogicException" href="../classes/LogicException/getTrace.html">getTrace</a>()
|
||
</li><li>public final string <a title="LogicException" href="../classes/LogicException/getTraceAsString.html">getTraceAsString</a>()
|
||
</li><li>public string <a title="LogicException" href="../classes/LogicException/__toString.html">__toString</a>()
|
||
</li></ul><ul class="none"><li>// Inherited methods from <span title="Exception">Exception</span></li><li>public void <a title="Exception" href="../classes/Exception/__construct.html">__construct</a>()
|
||
</li><li>public final string <a title="Exception" href="../classes/Exception/getMessage.html">getMessage</a>()
|
||
</li><li>public final Throwable <a title="Exception" href="../classes/Exception/getPrevious.html">getPrevious</a>()
|
||
</li><li>public final mixed <a title="Exception" href="../classes/Exception/getCode.html">getCode</a>()
|
||
</li><li>public final string <a title="Exception" href="../classes/Exception/getFile.html">getFile</a>()
|
||
</li><li>public final int <a title="Exception" href="../classes/Exception/getLine.html">getLine</a>()
|
||
</li><li>public final array <a title="Exception" href="../classes/Exception/getTrace.html">getTrace</a>()
|
||
</li><li>public final string <a title="Exception" href="../classes/Exception/getTraceAsString.html">getTraceAsString</a>()
|
||
</li><li>public string <a title="Exception" href="../classes/Exception/__toString.html">__toString</a>()
|
||
</li></ul>
|
||
|
||
}<br/></div>
|
||
<h2 id="hierarchy">Hierarchy</h2>
|
||
<div class="styled">
|
||
<h4>Extends</h4>
|
||
<ul>
|
||
<li>
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException.html">BadMethodCallException</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<h2 id="methods">Methods</h2>
|
||
<div class="styled">
|
||
<h3>Inherited from <a title="BadMethodCallException" href="../classes/BadMethodCallException.html">BadMethodCallException</a></h3>
|
||
<h4>public</h4>
|
||
<ul>
|
||
<li id="__toString">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/__toString.html">__toString()</a>
|
||
</li>
|
||
<li id="getCode">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getCode.html">getCode()</a>
|
||
</li>
|
||
<li id="getFile">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getFile.html">getFile()</a>
|
||
</li>
|
||
<li id="getLine">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getLine.html">getLine()</a>
|
||
</li>
|
||
<li id="getMessage">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getMessage.html">getMessage()</a>
|
||
</li>
|
||
<li id="getPrevious">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getPrevious.html">getPrevious()</a>
|
||
</li>
|
||
<li id="getTrace">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getTrace.html">getTrace()</a>
|
||
</li>
|
||
<li id="getTraceAsString">
|
||
<a title="BadMethodCallException" href="../classes/BadMethodCallException/getTraceAsString.html">getTraceAsString()</a>
|
||
</li>
|
||
</ul>
|
||
<h3>Inherited from <a title="BadFunctionCallException" href="../classes/BadFunctionCallException.html">BadFunctionCallException</a></h3>
|
||
<h4>public</h4>
|
||
<ul>
|
||
<li id="__toString">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/__toString.html">__toString()</a>
|
||
</li>
|
||
<li id="getCode">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getCode.html">getCode()</a>
|
||
</li>
|
||
<li id="getFile">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getFile.html">getFile()</a>
|
||
</li>
|
||
<li id="getLine">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getLine.html">getLine()</a>
|
||
</li>
|
||
<li id="getMessage">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getMessage.html">getMessage()</a>
|
||
</li>
|
||
<li id="getPrevious">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getPrevious.html">getPrevious()</a>
|
||
</li>
|
||
<li id="getTrace">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getTrace.html">getTrace()</a>
|
||
</li>
|
||
<li id="getTraceAsString">
|
||
<a title="BadFunctionCallException" href="../classes/BadFunctionCallException/getTraceAsString.html">getTraceAsString()</a>
|
||
</li>
|
||
</ul>
|
||
<h3>Inherited from <a title="LogicException" href="../classes/LogicException.html">LogicException</a></h3>
|
||
<h4>public</h4>
|
||
<ul>
|
||
<li id="__toString">
|
||
<a title="LogicException" href="../classes/LogicException/__toString.html">__toString()</a>
|
||
</li>
|
||
<li id="getCode">
|
||
<a title="LogicException" href="../classes/LogicException/getCode.html">getCode()</a>
|
||
</li>
|
||
<li id="getFile">
|
||
<a title="LogicException" href="../classes/LogicException/getFile.html">getFile()</a>
|
||
</li>
|
||
<li id="getLine">
|
||
<a title="LogicException" href="../classes/LogicException/getLine.html">getLine()</a>
|
||
</li>
|
||
<li id="getMessage">
|
||
<a title="LogicException" href="../classes/LogicException/getMessage.html">getMessage()</a>
|
||
</li>
|
||
<li id="getPrevious">
|
||
<a title="LogicException" href="../classes/LogicException/getPrevious.html">getPrevious()</a>
|
||
</li>
|
||
<li id="getTrace">
|
||
<a title="LogicException" href="../classes/LogicException/getTrace.html">getTrace()</a>
|
||
</li>
|
||
<li id="getTraceAsString">
|
||
<a title="LogicException" href="../classes/LogicException/getTraceAsString.html">getTraceAsString()</a>
|
||
</li>
|
||
</ul>
|
||
<h3>Inherited from <a title="Exception" href="../classes/Exception.html">Exception</a></h3>
|
||
<h4>public</h4>
|
||
<ul>
|
||
<li id="__toString"><a title="Exception" href="../classes/Exception/__toString.html">__toString()</a>
|
||
— String representation of the exception</li>
|
||
<li id="getCode"><a title="Exception" href="../classes/Exception/getCode.html">getCode()</a>
|
||
— Gets the Exception code</li>
|
||
<li id="getFile"><a title="Exception" href="../classes/Exception/getFile.html">getFile()</a>
|
||
— Gets the file in which the exception was created</li>
|
||
<li id="getLine"><a title="Exception" href="../classes/Exception/getLine.html">getLine()</a>
|
||
— Gets the line in which the exception was created</li>
|
||
<li id="getMessage"><a title="Exception" href="../classes/Exception/getMessage.html">getMessage()</a>
|
||
— Gets the Exception message</li>
|
||
<li id="getPrevious"><a title="Exception" href="../classes/Exception/getPrevious.html">getPrevious()</a>
|
||
— Returns previous Exception</li>
|
||
<li id="getTrace"><a title="Exception" href="../classes/Exception/getTrace.html">getTrace()</a>
|
||
— Gets the stack trace</li>
|
||
<li id="getTraceAsString"><a title="Exception" href="../classes/Exception/getTraceAsString.html">getTraceAsString()</a>
|
||
— Gets the stack trace as a string</li>
|
||
</ul>
|
||
</div>
|
||
<h2 id="history">History</h2>
|
||
<ul class="styled history">
|
||
<li>
|
||
<h3>2018-01-26T15:45:46-05:00 (commit #<span title="33bb440bd28d77e903a58f24afc585706e2d0f56">33bb440</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">SQLite improvements, remove nullable PDOStatement return values</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2018-01-24T15:03:41-05:00 (commit #<span title="f967aaf96ea1c4cc43e8bae85c465beb84424a1e">f967aaf</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Remove method separators, update documentation building configuration</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2018-01-19T15:47:34-05:00 (commit #<span title="369ca6eb0439091697ee9cbc34c83e9a4bdaace3">369ca6e</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Flatten source structure a bit</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2018-01-19T13:43:19-05:00 (commit #<span title="c735c27559da47b4d53867da59cd706e8048f4a0">c735c27</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Update file headers</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2016-10-13T21:55:23-04:00 (commit #<span title="b8d4768b1bfe0f38d6b65f0d4acd982793c0e9ee">b8d4768</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">camelCase methods and properties</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2016-10-12T22:12:25-04:00 (commit #<span title="6740aaef79540842110b2f162d17a9373d2c30da">6740aae</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">PHP7 or bust!</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2016-10-12T20:32:23-04:00 (commit #<span title="3eb4d889f9a18b6e3c157dc5a4bbf8bac955ba97">3eb4d88</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Add Or Not Like method</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2016-09-07T13:17:17-04:00 (commit #<span title="24f3b1d7011b6087a549e190582386c2669da8ce">24f3b1d</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Update header comments</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2016-09-07T13:10:03-04:00 (commit #<span title="bb382131cc0d34c5ef725a27b7133c595d11825e">bb38213</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Code Style fixes</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2015-11-10T20:59:03-05:00 (commit #<span title="2613a1c8a44d7b94f427dce703114a25f38b15e8">2613a1c</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Update lots of comments</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2015-07-29T16:51:17-04:00 (commit #<span title="8511c6a445e935547b59a1d3736e7c08cf9633ea">8511c6a</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J. Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J. Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Move library into src folder, fix simpletest test runner</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2014-08-08T13:48:20-04:00 (commit #<span title="dd672df81d8f6e423b4b8ed6d7b8077306a191a3">dd672df</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J. Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J. Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Reorganize classes to autoload by namespace</pre>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<h3>2014-08-08T12:48:14-04:00 (commit #<span title="0a0548d754c132f3e0484b040da8fb75b4187f75">0a0548d</span>)</h3>
|
||
<div>
|
||
<p>
|
||
Author: Timothy J. Warren (tim@timshomepage.net) /
|
||
Commiter: Timothy J. Warren (tim@timshomepage.net)
|
||
</p>
|
||
<pre class="wrapped">Remove some useless code, extract an exception into its own class</pre>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
</div>
|
||
<footer>
|
||
<span>Generated using phpDox 0.12.0-dev - Copyright (C) 2010 - 2019 by Arne Blankerts and Contributors</span>
|
||
</footer>
|
||
</body>
|
||
</html>
|