HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Error.h File Reference
#include "UT_API.h"
#include "UT_String.h"
#include "UT_SourceLocation.h"
+ Include dependency graph for UT_Error.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_Error
 

Macros

#define UT_CE_EARLY_INPUT_END   UT_ERROR_EOF
 
#define UT_CE_PARSE_ERROR   UT_ERROR_PARSING
 
#define UT_CE_FILE_ERROR   UT_ERROR_FILE_FORMAT
 

Enumerations

enum  UT_ErrorSeverity {
  UT_ERROR_NONE = 0, UT_ERROR_MESSAGE, UT_ERROR_PROMPT, UT_ERROR_WARNING,
  UT_ERROR_ABORT, UT_ERROR_FATAL, UT_NUM_ERROR_SEVERITIES
}
 
enum  UT_CommonErrorCode {
  UT_ERROR_FILE_NOT_FOUND = 0, UT_ERROR_EOF, UT_ERROR_PARSING, UT_ERROR_FILE_FORMAT,
  UT_ERROR_OUTSTREAM, UT_ERROR_INSTREAM, UT_ERROR_EARLY_STREAM_END, UT_ERROR_SKIP_PACKET_CLASS,
  UT_ERROR_SKIP_PACKET_ID, UT_ERROR_SKIP_TOKEN, UT_ERROR_BAD_TOKEN, UT_ERROR_MISSING_TOKEN,
  UT_ERROR_BAD_INT, UT_ERROR_BAD_FLOAT, UT_ERROR_JUST_STRING, UT_ERROR_BAD_EXTENSION,
  UT_ERROR_BAD_CPIO_HEADER, UT_ERROR_BAD_CPIO_CONTENTS, UT_ERROR_CANT_MKDIR_FILE_EXISTS, UT_ERROR_FILE_NOT_WRITEABLE,
  UT_ERROR_ABORT_BY_USER, UT_ERROR_LOW_VIDEO_RAM, UT_ERROR_DEADLOCK, UT_ERROR_TOO_MANY,
  UT_ERROR_HOTKEY_REPORT, UT_ERROR_MINIMUM_CPU
}
 

Macro Definition Documentation

#define UT_CE_EARLY_INPUT_END   UT_ERROR_EOF

Definition at line 72 of file UT_Error.h.

#define UT_CE_FILE_ERROR   UT_ERROR_FILE_FORMAT
Examples:
SOP/SOP_Cop2Raster.C.

Definition at line 74 of file UT_Error.h.

#define UT_CE_PARSE_ERROR   UT_ERROR_PARSING

Definition at line 73 of file UT_Error.h.

Enumeration Type Documentation

Enumerator
UT_ERROR_FILE_NOT_FOUND 
UT_ERROR_EOF 
UT_ERROR_PARSING 
UT_ERROR_FILE_FORMAT 
UT_ERROR_OUTSTREAM 
UT_ERROR_INSTREAM 
UT_ERROR_EARLY_STREAM_END 
UT_ERROR_SKIP_PACKET_CLASS 
UT_ERROR_SKIP_PACKET_ID 
UT_ERROR_SKIP_TOKEN 
UT_ERROR_BAD_TOKEN 
UT_ERROR_MISSING_TOKEN 
UT_ERROR_BAD_INT 
UT_ERROR_BAD_FLOAT 
UT_ERROR_JUST_STRING 
UT_ERROR_BAD_EXTENSION 
UT_ERROR_BAD_CPIO_HEADER 
UT_ERROR_BAD_CPIO_CONTENTS 
UT_ERROR_CANT_MKDIR_FILE_EXISTS 
UT_ERROR_FILE_NOT_WRITEABLE 
UT_ERROR_ABORT_BY_USER 
UT_ERROR_LOW_VIDEO_RAM 
UT_ERROR_DEADLOCK 
UT_ERROR_TOO_MANY 
UT_ERROR_HOTKEY_REPORT 
UT_ERROR_MINIMUM_CPU 

Definition at line 42 of file UT_Error.h.

Enumerator
UT_ERROR_NONE 
UT_ERROR_MESSAGE 
UT_ERROR_PROMPT 
UT_ERROR_WARNING 
UT_ERROR_ABORT 
UT_ERROR_FATAL 
UT_NUM_ERROR_SEVERITIES 

Definition at line 25 of file UT_Error.h.