zorba::Diagnostic#include <zorba/diagnostic.h> A Diagnostic is the base class for all Zorba diagnostics (errors and warnings).Friend Classes
Public Functions
Protected Functions
Friend ClassesZorbaExceptionfriend class ZorbaException
Public Functionsmessagechar const * message() const Gets the message of this diagnostic.
ReturnsReturns said message.qnamediagnostic::QName const & qname() const =0 Gets the QName for this diagnostic.
ReturnsReturns said QName.Protected Functionsdestroyvoid destroy() const Destroys a Diagnostic. This is the only way a Diagnostic should be destroyed. ~Diagnostic ~Diagnostic()
|