#include <zorba/internal/system_diagnostic.h>


Public Member Functions | |
| zorba::diagnostic::category | category () const |
| Gets the category of this diagnostic. More... | |
| zorba::diagnostic::kind | kind () const |
| Gets the kind of this diagnostic. More... | |
| virtual char const * | message () const |
| Gets the message of this diagnostic. More... | |
| zorba::diagnostic::QName const & | qname () const |
| Gets the QName for this diagnostic. More... | |
| SystemDiagnostic (char const *localname) | |
| Constructs a SystemDiagnostic. More... | |
Static Public Member Functions | |
| static Diagnostic const * | find (char const *localname) |
| Given a diagnostic's local-name, finds its corresponding Diagnostic object. More... | |
Protected Member Functions | |
| Diagnostic const * | clone () const |
| void | destroy () const |
| Destroys a Diagnostic. More... | |
Definition at line 68 of file system_diagnostic.h.
|
inline |
Constructs a SystemDiagnostic.
| localname | The local-name of the diagnostic. |
Definition at line 76 of file system_diagnostic.h.
|
inlinevirtual |
Gets the category of this diagnostic.
Reimplemented from zorba::Diagnostic.
Definition at line 82 of file system_diagnostic.h.
|
inlineprotectedvirtual |
Implements zorba::Diagnostic.
Definition at line 88 of file system_diagnostic.h.
|
inlineprotectedvirtual |
Destroys a Diagnostic.
This is the only way a Diagnostic should be destroyed.
Reimplemented from zorba::Diagnostic.
Definition at line 89 of file system_diagnostic.h.
|
inlinestaticinherited |
Given a diagnostic's local-name, finds its corresponding Diagnostic object.
| localname | The local-name. |
NULL if not found. Definition at line 41 of file system_diagnostic.h.
|
inlinevirtual |
Gets the kind of this diagnostic.
Reimplemented from zorba::Diagnostic.
Definition at line 83 of file system_diagnostic.h.
|
virtualinherited |
Gets the message of this diagnostic.
|
inlinevirtual |
Gets the QName for this diagnostic.
Implements zorba::Diagnostic.
Definition at line 84 of file system_diagnostic.h.