CMC for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • cmc
    • core
      • ui
    • db
      • mysqli
    • error
    • ui
      • widgets
  • PHP

Classes

  • database
  • databasefactory
  • dataenv
  • dataquery
  • datatable

Interfaces

  • datasource
  • IBrowsable
  • ICreatable
  • IFilter
  • IMetaInfo
  • IPrimaryKey
  • IUpdatable

Exceptions

  • DatabaseException

CMC for PHP is a web framework for PHP.
Copyright (c) 2014 by Calmarsoft company http://calmarsoft.com (FRANCE). All rights reserved.
Project information available here.

Class DatabaseException

Exception
Extended by cmc\db\DatabaseException

Direct known subclasses

cmc\db\mysqli\DatabaseException_mysqli

Namespace: cmc\db
Located at db/DatabaseException.php

Methods summary

public
# getErrCode( )
public
# getNatCode( )
public
# getNatMsg( )
public
# __construct( string $errcode, type $message = null, type $natcode = null, type $natmsg = null, type $code = null, type $previous = null )

Parameters

$errcode
string
$errcode code that corresponds to the message
$message
type
$natcode native error code
$natcode
type
$natmsg native error message
$natmsg
type
$message message from source
$code
type
$code error location
$previous
type
$previous

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Magic methods summary

Constants summary

string className __CLASS__
#

Properties summary

protected mixed $_errcode
#
protected mixed $_natcode
#
protected mixed $_natmsg
#

Properties inherited from Exception

$code, $file, $line, $message

CMC for PHP API documentation generated by ApiGen 2.8.0