Class DibiProcedureException


Database procedure exception.

Exception
   |
   --DibiException
      |
      --DibiProcedureException
Author: Roman Sklenář
Copyright: Copyright (c) 2010
Located: in /drivers/firebird.php (line 821)
Constructor Summary
public
__construct ([string $message = NULL], [int $code = 0], [string $severity = NULL], [$sql = NULL])
Construct the exception.
Method Summary
string
Gets the exception severity.
Methods Inherited From DibiException
DibiException::__construct(), DibiException::getId(), DibiException::getPanel(), DibiException::getSql(), DibiException::getTab(), DibiException::__toString()
Variable Summary
protected string $severity

line 824


Constructor Details

line 833

__construct

public __construct ([string $message = NULL], [int $code = 0], [string $severity = NULL], [$sql = NULL])

Construct the exception.

Input
string $message Message describing the exception
int $code Some code
string $severity SQL command
$sql
Method Details

line 845

getSeverity

public string getSeverity ()

Gets the exception severity.

Output
string