#include <zorba/internal/system_diagnostic.h>
Public Member Functions | |
virtual diagnostic::category | category () const |
Gets the category of this diagnostic. More... | |
virtual diagnostic::kind | kind () const |
Gets the kind of this diagnostic. More... | |
virtual char const * | message () const |
Gets the message of this diagnostic. More... | |
virtual diagnostic::QName const & | qname () const =0 |
Gets the QName for this diagnostic. 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 | |
virtual Diagnostic const * | clone () const =0 |
virtual void | destroy () const |
Destroys a Diagnostic. More... | |
Friends | |
template<class QNameType > | |
class | SystemDiagnostic |
Definition at line 31 of file system_diagnostic.h.
|
virtualinherited |
Gets the category of this diagnostic.
Reimplemented in zorba::internal::SystemDiagnostic< QNameType >, and zorba::UserError.
|
protectedpure virtualinherited |
Implemented in zorba::internal::SystemDiagnostic< QNameType >, and zorba::UserError.
|
protectedvirtualinherited |
Destroys a Diagnostic.
This is the only way a Diagnostic should be destroyed.
Reimplemented in zorba::internal::SystemDiagnostic< QNameType >.
|
inlinestatic |
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.
|
virtualinherited |
Gets the kind of this diagnostic.
Reimplemented in zorba::internal::SystemDiagnostic< QNameType >.
|
virtualinherited |
Gets the message of this diagnostic.
|
pure virtualinherited |
Gets the QName for this diagnostic.
Implemented in zorba::internal::SystemDiagnostic< QNameType >, and zorba::UserError.
Referenced by zorba::operator==().
|
friend |
Definition at line 58 of file system_diagnostic.h.