Class TSqlMapException
TSqlMapException is the base exception class for all SqlMap exceptions.
- Exception
-
TException
-
TSqlMapException
Direct known subclasses
TInvalidPropertyException, TSqlMapConfigurationException, TSqlMapDuplicateException, TSqlMapExecutionException, TSqlMapUndefinedException
Package: System\Data\SqlMap
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TSqlMapException.php
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TSqlMapException.php
public
|
#
__construct( string $errorMessage )
Constructor, similar to the parent constructor. For parameters that are of SimpleXmlElement, the tag name and its attribute names and values are expanded into a string. |
protected
string
|
|
protected
string
|
getErrorCode(),
getErrorMessage(),
setErrorCode(),
setErrorMessage(),
translateErrorMessage()
|
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$_messageCache
|
$code,
$file,
$line,
$message
|