PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Describes an error interface used for uniform error handling across all Primo Software libraries. More...
#include <PrimoError.h>
Inherits Reference.
Public Member Functions | |
virtual const char_t * | block () const =0 |
The component that has generated the error. More... | |
virtual const ErrorInfo * | clone () const =0 |
Creates a copy of this object. More... | |
virtual int32_t | code () const =0 |
Error code. More... | |
virtual int32_t | facility () const =0 |
Error facility. More... | |
virtual const char_t * | hint () const =0 |
Diagnostic hint. More... | |
virtual const char_t * | message () const =0 |
Error message. More... | |
Public Member Functions inherited from Reference | |
virtual int32_t | release () const =0 |
Releases the instance. More... | |
virtual int32_t | retain () const =0 |
Retains the instance. More... | |
virtual int32_t | retainCount () const =0 |
Returns the current reference count. More... | |
Describes an error interface used for uniform error handling across all Primo Software libraries.
|
pure virtual |
The component that has generated the error.
|
pure virtual |
Creates a copy of this object.
|
pure virtual |
Error code.
Its meaning depends on the error facility .
|
pure virtual |
|
pure virtual |
Diagnostic hint.
This is an implementation specific diagnostics message, suitable for error logs or debugging.
|
pure virtual |
Error message.
This is a textual representation of the error code.