#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. | |
Friends | |
| class | ZorbaException |
Definition at line 68 of file system_diagnostic.h.
| zorba::internal::SystemDiagnostic< QNameType >::SystemDiagnostic | ( | char const * | localname | ) | [inline] |
Constructs a SystemDiagnostic.
| localname | The local-name of the diagnostic. |
Definition at line 76 of file system_diagnostic.h.
| zorba::diagnostic::category zorba::internal::SystemDiagnostic< QNameType >::category | ( | ) | const [inline, virtual] |
Gets the category of this diagnostic.
Reimplemented from zorba::Diagnostic.
Definition at line 82 of file system_diagnostic.h.
| Diagnostic const* zorba::internal::SystemDiagnostic< QNameType >::clone | ( | ) | const [inline, protected, virtual] |
Implements zorba::Diagnostic.
Definition at line 88 of file system_diagnostic.h.
| void zorba::internal::SystemDiagnostic< QNameType >::destroy | ( | ) | const [inline, protected, virtual] |
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.
| static Diagnostic const* zorba::internal::SystemDiagnosticBase::find | ( | char const * | localname | ) | [inline, static, inherited] |
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.
| zorba::diagnostic::kind zorba::internal::SystemDiagnostic< QNameType >::kind | ( | ) | const [inline, virtual] |
Gets the kind of this diagnostic.
Reimplemented from zorba::Diagnostic.
Definition at line 83 of file system_diagnostic.h.
| virtual char const* zorba::Diagnostic::message | ( | ) | const [virtual, inherited] |
Gets the message of this diagnostic.
| zorba::diagnostic::QName const& zorba::internal::SystemDiagnostic< QNameType >::qname | ( | ) | const [inline, virtual] |
Gets the QName for this diagnostic.
Implements zorba::Diagnostic.
Definition at line 84 of file system_diagnostic.h.
friend class ZorbaException [friend, inherited] |
Definition at line 357 of file diagnostic.h.