Public Member Functions | |
| void | add (in string fileName, in long line, in string description) |
| Add new error description. | |
Public Attributes | |
| readonly attribute AString | description |
| Formatted error description. | |
Object is used as an exception object and to store error description.
| void add | ( | in string | fileName, | |
| in long | line, | |||
| in string | description | |||
| ) |
Add new error description.
Error description consist from three items: file name, line number and description.
| fileName | Name of source file | |
| line | Line number in the source file. Can be 0 if not known | |
| description | Error description. It should be descriptive enough that it is possible exactly locate exception in the code. |
| readonly attribute AString description |
Formatted error description.
This is read-only exception description. This string contain list of error (each on new line) accumulated in the exception object.