2018-01-24 15:31:27 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" >
< head >
2018-01-26 16:27:34 -05:00
< title > phpDox - Query\Exception\BadDBDriverException< / title >
2018-01-24 15:31:27 -05:00
< 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" >
2018-01-26 16:27:34 -05:00
< a href = "../classes.html#Query_Exception" > Query\Exception< / a >
2018-01-24 15:31:27 -05:00
< / li >
< li class = "separator" > BadDBDriverException< / 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 >
2020-04-17 15:05:37 -04:00
< a href = "../source/Exception/BadDBDriverException.php.html#line23" > Source< / a >
2018-01-24 15:31:27 -05:00
< / li >
< / ul >
< / nav >
< section >
2018-01-26 16:27:34 -05:00
< h1 id = "introduction" > < small > Query\Exception\< / small > BadDBDriverException< / h1 >
2018-01-24 15:31:27 -05:00
< h4 > Generic exception for bad drivers< / h4 >
< p / >
< ul / >
< h2 id = "synopsis" > Synopsis< / h2 >
< div class = "synopsis" > class BadDBDriverException
extends < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException.html" > InvalidArgumentException< / a >
{< br / > < ul class = "none" > < li > // Inherited methods from < span title = "InvalidArgumentException" > InvalidArgumentException< / span > < / li > < li > public final string < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getMessage.html" > getMessage< / a > ()
< / li > < li > public final Throwable < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getPrevious.html" > getPrevious< / a > ()
< / li > < li > public final mixed < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getCode.html" > getCode< / a > ()
< / li > < li > public final string < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getFile.html" > getFile< / a > ()
< / li > < li > public final int < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getLine.html" > getLine< / a > ()
< / li > < li > public final array < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getTrace.html" > getTrace< / a > ()
< / li > < li > public final string < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getTraceAsString.html" > getTraceAsString< / a > ()
< / li > < li > public string < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/__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 = "InvalidArgumentException" href = "../classes/InvalidArgumentException.html" > InvalidArgumentException< / a >
< / li >
< / ul >
< / div >
< h2 id = "methods" > Methods< / h2 >
< div class = "styled" >
< h3 > Inherited from < a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException.html" > InvalidArgumentException< / a > < / h3 >
< h4 > public< / h4 >
< ul >
< li id = "__toString" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/__toString.html" > __toString()< / a >
< / li >
< li id = "getCode" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getCode.html" > getCode()< / a >
< / li >
< li id = "getFile" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getFile.html" > getFile()< / a >
< / li >
< li id = "getLine" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getLine.html" > getLine()< / a >
< / li >
< li id = "getMessage" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getMessage.html" > getMessage()< / a >
< / li >
< li id = "getPrevious" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getPrevious.html" > getPrevious()< / a >
< / li >
< li id = "getTrace" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/getTrace.html" > getTrace()< / a >
< / li >
< li id = "getTraceAsString" >
< a title = "InvalidArgumentException" href = "../classes/InvalidArgumentException/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 >
< / section >
< / div >
< footer >
2020-04-17 15:05:37 -04:00
< span > Generated using phpDox 0.12.0-dev - Copyright (C) 2010 - 2020 by Arne Blankerts and Contributors< / span >
2018-01-24 15:31:27 -05:00
< / footer >
< / body >
< / html >