Blender V2.61 - r43446
Functions | Variables

Exception.cpp File Reference

#include <sstream>
#include <fstream>
#include <PyObjectPlus.h>
#include "Exception.h"

Go to the source code of this file.

Functions

void registerAllExceptions (void)

Variables

ExceptionID ErrGeneral
ExceptionID ErrNotFound
ExpDesc errGenerDesc (ErrGeneral,"General Error")
ExpDesc errNFoundDesc (ErrNotFound,"Error description not found")

Detailed Description

Definition in file Exception.cpp.


Function Documentation

void registerAllExceptions ( void  )

Variable Documentation

Definition at line 36 of file Exception.cpp.

ExpDesc errGenerDesc(ErrGeneral,"General Error")

Referenced by registerAllExceptions().

ExpDesc errNFoundDesc(ErrNotFound,"Error description not found")

Referenced by registerAllExceptions().

Definition at line 36 of file Exception.cpp.

Referenced by Exception::Exception().