Class TSqlMapException
Direct Known Sub-classes:
TSqlMapException is the base exception class for all SqlMap exceptions.
| Constructor Summary |
| public |
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.
|
| Method Summary |
|
protected
string
|
|
|
protected
string
|
|
| Constructor Details |
__construct
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.
|
| Method Details |
getErrorMessageFile
| protected string getErrorMessageFile |
() |
| Output |
|
string
| path to the error message file |
| Exception |
|
implodeNode
| protected string implodeNode |
(SimpleXmlElement $node ) |
| Input |
| SimpleXmlElement | $node | node |
| Output |
|
string
| tag name and attribute names and values. |
| Exception |
|
|