PHP Class Prado\Data\SqlMap\DataMapper\TSqlMapException

Since: 3.1
Inheritance: extends Prado\Exceptions\TException
Mostra file Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $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 Methods

Method Description
getErrorMessageFile ( ) : string
implodeNode ( $node ) : string

Method Details

__construct() public method

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.
public __construct ( $errorMessage )

getErrorMessageFile() protected method

protected getErrorMessageFile ( ) : string
return string path to the error message file

implodeNode() protected method

protected implodeNode ( $node ) : string
return string tag name and attribute names and values.