zorba::internal::SystemDiagnostic#include <zorba/internal/system_diagnostic.h> Inherited from: zorba::internal::SystemDiagnosticBase Private Attributes
Public Functions
Protected Functions
Public Static Functions
Friend Classes
Private Attributesqname_QNameType qname_
Public Functionskindzorba::diagnostic::kind kind() const Gets the kind of this diagnostic.
ReturnsReturns said kind.messagechar const * message() const Gets the message of this diagnostic.
ReturnsReturns said message.qnamezorba::diagnostic::QName const & qname() const Gets the QName for this diagnostic.
ReturnsReturns said QName.SystemDiagnostic SystemDiagnostic(char const *localname) Constructs a SystemDiagnostic.
Parameters
Protected Functionsdestroyvoid destroy() const Destroys a Diagnostic. This is the only way a Diagnostic should be destroyed. Public Static FunctionsfindDiagnostic const * find(char const *localname) Given a diagnostic's local-name, finds its corresponding Diagnostic object.
Parameters
ReturnsReturns the corresponding Diagnostic object or NULL if not found.Friend ClassesZorbaExceptionfriend class ZorbaException
|