#include "UT_API.h"
#include "UT_Error.h"
#include "UT_NonCopyable.h"
#include "UT_ValArray.h"
#include <SYS/SYS_Deprecated.h>
#include <functional>
#include <ostream>
Go to the source code of this file.
|
UT_API UT_ErrorManager * | UTgetErrorManager () |
|
UT_API UT_ErrorManager * | UTgetErrorManager (int thraed) |
|
UT_API void | UTpushErrorManager () |
|
UT_API void | UTpushErrorManager (int thread) |
|
UT_API void | UTpopErrorManager () |
|
UT_API void | UTpopErrorManager (int thread) |
|
UT_API UT_ErrorSeverity | UTaddWarning (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) |
|
UT_API UT_ErrorSeverity | UTaddPrompt (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) |
|
UT_API UT_ErrorSeverity | UTaddMessage (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) |
|
UT_API UT_ErrorSeverity | UTaddError (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) |
|
UT_API UT_ErrorSeverity | UTaddFatal (const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) |
|
UT_API UT_ErrorSeverity | UTaddSystemError (const char *msg=0) |
|
UT_API UT_ErrorSeverity | UTaddCommonWarning (UT_CommonErrorCode what, const char *msg=0) |
|
UT_API UT_ErrorSeverity | UTaddCommonError (UT_CommonErrorCode what, const char *msg=0) |
|
UT_API UT_ErrorSeverity | UTaddDeadlockError () |
|
UT_API UT_ErrorSeverity | UTaddGeneric (UT_ErrorSeverity sev, const char *type, int code, const char *msg=0, const UT_SourceLocation *loc=0) |
| Add a generic error message to the global error manager. More...
|
|
UT_API UT_ErrorSeverity | UTaddGeneric (UT_Error *error) |
|
UT_API int | UTfindError (const char *type, int code) |
|
UT_API UT_ErrorSeverity | UTgetErrorSeverity () |
|
UT_API int | UTcheckOutStream (std::ostream &os, const char *m, const char *path=0) |
|
UT_API int | UTcheckOutStream (UT_OStream &os, const char *m, const char *path=0) |
|
Add a generic error message to the global error manager.