HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Error Member List

This is the complete list of members for UT_Error, including all inherited members.

getErrorCode() const UT_Errorinline
getErrorFormat(UT_StringHolder &format, const char *error_file, int error_code)UT_Errorstatic
getErrorFormattedString(UT_WorkBuffer &error_str) const UT_Errorvirtual
getErrorMessage(UT_String &error_str, UT_ErrorSeverity last_severity=UT_ERROR_NONE, bool useheaders=true) const UT_Errorvirtual
getErrorType() const UT_Errorinline
getFileString(UT_String &error_str, const char *error_file, int error_code, UT_ErrorSeverity severity, UT_ErrorSeverity last_severity, bool useheaders)UT_Errorstatic
getLocation() const UT_Errorinline
getMemoryUsage(bool inclusive) const UT_Errorinlinevirtual
getSeverity() const UT_Errorinline
getString() const UT_Errorinline
hasError() const UT_Errorinline
operator=(const UT_Error &)=defaultUT_Error
setErrorCode(int code)UT_Error
setErrorLocation(const UT_SourceLocation &loc)UT_Error
setErrorString(const char *string)UT_Error
setErrorType(const char *type)UT_Error
setSeverity(UT_ErrorSeverity)UT_Error
UT_Error(const char *error_type, const int error_code, const char *error_string=nullptr, const UT_ErrorSeverity=UT_ERROR_ABORT, const UT_SourceLocation *location=nullptr)UT_Error
UT_Error(const UT_Error &)=defaultUT_Error
~UT_Error()UT_Errorvirtual