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

Class: MDB2_TableBrowser_ParameterException

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

Class Overview

PEAR_Exception
   |
   --MDB2_TableBrowser_ParameterException

MDB2_TableBrowser_ParameterException is an 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_ParameterException is an extention of PEAR_Exception

It is used by other classes generate exceptions when encountering an a method receives invalid parameters. It adds a method that returns all the parameters passed to the method that called the exeption



[ Top ]


Class Variables

$errorMsg =  null

[line 36]

  • Access: protected

Type:   mixed


[ Top ]

$parameters =  null

[line 34]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 45]

MDB2_TableBrowser_ParameterException __construct( string $errorMsg, array $parameters)

Constructor
  • Access: public

Parameters:

string   $errorMsg   —  The error message
array   $parameters   —  The paramaters passed to the calling method

[ Top ]

getParameters   [line 58]

array getParameters( )

Returns the parameter passed to the method that called the exception
  • Access: public

[ Top ]

__toString   [line 67]

string __toString( )

Gets a stringified form of the error message
  • Access: public

[ Top ]


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