MDB2_TableBrowser
[ class tree: MDB2_TableBrowser ] [ index: MDB2_TableBrowser ] [ all elements ]

Class: MDB2_TableBrowser_DBException

Source Location: /MDB2_TableBrowser-0.1.3/MDB2/TableBrowser/DBException.php

Class Overview

PEAR_Exception
   |
   --MDB2_TableBrowser_DBException

MDB2_TableBrowser_DBException is a simple extention of PEAR_Exception


Author(s):

Version:

  • Release: <package_version>

Copyright:

  • 2007-2012 Isaac Tewolde

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 31]
MDB2_TableBrowser_DBException is a simple extention of PEAR_Exception

It is used by other classes generate exceptions when encountering an mdb2 generated error. It allows for the actual MDB2_Error object to be returned as well



[ Top ]


Class Variables

$errorObj =

[line 34]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 41]

MDB2_TableBrowser_DBException __construct( [MDB2_Error $mdb2error = null])

Constructor
  • Access: public

Parameters:

MDB2_Error   $mdb2error   —  The error object

[ Top ]

getError   [line 53]

instace getError( )

Returns the MDB2_Error object
  • Return: of MDB2_Error
  • Access: public

[ Top ]

__toString   [line 63]

string __toString( )

Produces a stringified error message
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:48:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.