µSer
uSer::Exception Class Reference

#include <uSer.hh>

Public Attributes

const uSer_ErrorCode errorCode
 Describes the type of error.
 

Detailed Description

Exception class used by µSer to signal errors. This is only supported if USER_EXCEPTIONS is defined. Use the "what" function inherited from std::runtime_error to retrieve a textual description of the error. The result is equivalent to calling uSer_getErrorMessage on the errorCode member variable.


The documentation for this class was generated from the following file: