#include <zorba/internal/system_diagnostic.h>
Public Member Functions | |
zorba::diagnostic::category | category () const |
Gets the category of this diagnostic. | |
zorba::diagnostic::kind | kind () const |
Gets the kind of this diagnostic. | |
virtual char const * | message () const |
Gets the message of this diagnostic. | |
zorba::diagnostic::QName const & | qname () const |
Gets the QName for this diagnostic. | |
SystemDiagnostic (char const *localname) | |
Constructs a SystemDiagnostic. |
Static Public Member Functions | |
static Diagnostic const * | find (char const *localname) |
Given a diagnostic's local-name, finds its corresponding Diagnostic object. |
Protected Member Functions | |
Diagnostic const * | clone () const |
void | destroy () const |
Destroys a Diagnostic. |
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.