![]() |
Blender V2.61 - r43446
|
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") |
Definition in file Exception.cpp.
| void registerAllExceptions | ( | void | ) |
Definition at line 202 of file Exception.cpp.
References CameraInvalidDesc, errGenerDesc, errNFoundDesc, ImageHasExportsDesc, ImageSizesNotMatchDesc, InvalidColorChannelDesc, MaterialNotAvailDesc, MirrorHorizontalDesc, MirrorInvalidDesc, MirrorNormalInvalidDesc, MirrorSizeInvalidDesc, MirrorTooSmallDesc, ObserverInvalidDesc, ExpDesc::registerDesc(), SceneInvalidDesc, SourceVideoCreationDesc, and SourceVideoEmptyDesc.
Referenced by initVideoTexture().
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().