Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkErrorCode Class Reference

#include <vtkErrorCode.h>

List of all members.


Detailed Description

superclass for error codes

vtkErrorCode is an mechanism for (currently) reader object to return errors during reading file.

Created by:
  • Cedilnik, Andy
CVS contributions (if > 5%):
  • Cedilnik, Andy (72%)
  • Schroeder, Will (20%)
CVS logs (CVSweb):
  • .cxx (/Common/vtkErrorCode.cxx)
  • .h (/Common/vtkErrorCode.h)

Definition at line 38 of file vtkErrorCode.h.

Public Types

enum  ErrorIds {
  NoError = 0, FileNotFoundError, CannotOpenFileError, UnrecognizedFileTypeError,
  PrematureEndOfFileError, FileFormatError, NoFileNameError, OutOfDiskSpaceError,
  UnknownError, UserError = 1000
}

Static Public Member Functions

const char * GetStringFromErrorCode (unsigned long event)
unsigned long GetErrorCodeFromString (const char *event)


Member Enumeration Documentation

enum vtkErrorCode::ErrorIds
 

Enumeration values:
NoError 
FileNotFoundError 
CannotOpenFileError 
UnrecognizedFileTypeError 
PrematureEndOfFileError 
FileFormatError 
NoFileNameError 
OutOfDiskSpaceError 
UnknownError 
UserError 

Definition at line 50 of file vtkErrorCode.h.


Member Function Documentation

const char* vtkErrorCode::GetStringFromErrorCode unsigned long  event  )  [static]
 

unsigned long vtkErrorCode::GetErrorCodeFromString const char *  event  )  [static]
 


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