BaseExc 69 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::BaseExc (const char* s) throw () : BaseExc 77 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::BaseExc (const std::string &s) throw () : BaseExc 85 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::BaseExc (std::stringstream &s) throw () : BaseExc 93 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::BaseExc (const BaseExc &be) throw () : BaseExc 101 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::~BaseExc () throw () BaseExc 108 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::what () const throw () BaseExc 114 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc & BaseExc 115 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::assign (std::stringstream &s) BaseExc 121 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc & BaseExc 122 3rdparty/openexr/Iex/IexBaseExc.cpp BaseExc::append (std::stringstream &s) BaseExc 63 3rdparty/openexr/Iex/IexBaseExc.h class BaseExc: public std::string, public std::exception BaseExc 71 3rdparty/openexr/Iex/IexBaseExc.h BaseExc (const char *s = 0) throw(); // std::string (s) BaseExc 72 3rdparty/openexr/Iex/IexBaseExc.h BaseExc (const std::string &s) throw(); // std::string (s) BaseExc 73 3rdparty/openexr/Iex/IexBaseExc.h BaseExc (std::stringstream &s) throw(); // std::string (s.str()) BaseExc 75 3rdparty/openexr/Iex/IexBaseExc.h BaseExc (const BaseExc &be) throw(); BaseExc 76 3rdparty/openexr/Iex/IexBaseExc.h virtual ~BaseExc () throw (); BaseExc 89 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & assign (std::stringstream &s); // assign (s.str()) BaseExc 90 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & operator = (std::stringstream &s); BaseExc 92 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & append (std::stringstream &s); // append (s.str()) BaseExc 93 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & operator += (std::stringstream &s); BaseExc 101 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & assign (const char *s); BaseExc 102 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & operator = (const char *s); BaseExc 104 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & append (const char *s); BaseExc 105 3rdparty/openexr/Iex/IexBaseExc.h BaseExc & operator += (const char *s); BaseExc 142 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (ArgExc, BaseExc) // Invalid arguments to a function call BaseExc 144 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (LogicExc, BaseExc) // General error in a program's logic, BaseExc 149 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (InputExc, BaseExc) // Invalid input data, e.g. from a file BaseExc 151 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (IoExc, BaseExc) // Input or output operation failed BaseExc 153 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (MathExc, BaseExc) // Arithmetic exception; more specific BaseExc 157 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (ErrnoExc, BaseExc) // Base class for exceptions corresponding BaseExc 162 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (NoImplExc, BaseExc) // Missing method exception e.g. from a BaseExc 168 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (NullExc, BaseExc) // A pointer is inappropriately null. BaseExc 170 3rdparty/openexr/Iex/IexBaseExc.h DEFINE_EXC (TypeExc, BaseExc) // An object is an inappropriate type, BaseExc 210 3rdparty/openexr/Iex/IexBaseExc.h inline BaseExc & BaseExc 211 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator = (std::stringstream &s) BaseExc 217 3rdparty/openexr/Iex/IexBaseExc.h inline BaseExc & BaseExc 218 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator += (std::stringstream &s) BaseExc 224 3rdparty/openexr/Iex/IexBaseExc.h inline BaseExc & BaseExc 225 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::assign (const char *s) BaseExc 232 3rdparty/openexr/Iex/IexBaseExc.h inline BaseExc & BaseExc 233 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator = (const char *s) BaseExc 239 3rdparty/openexr/Iex/IexBaseExc.h inline BaseExc & BaseExc 240 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::append (const char *s) BaseExc 247 3rdparty/openexr/Iex/IexBaseExc.h inline BaseExc & BaseExc 248 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::operator += (const char *s) BaseExc 255 3rdparty/openexr/Iex/IexBaseExc.h BaseExc::stackTrace () const BaseExc 319 3rdparty/openexr/IlmImf/ImfInputFile.cpp catch (Iex::BaseExc &e) BaseExc 343 3rdparty/openexr/IlmImf/ImfInputFile.cpp catch (Iex::BaseExc &e) BaseExc 601 3rdparty/openexr/IlmImf/ImfInputFile.cpp catch (Iex::BaseExc &e) BaseExc 626 3rdparty/openexr/IlmImf/ImfInputFile.cpp catch (Iex::BaseExc &e) BaseExc 662 3rdparty/openexr/IlmImf/ImfOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 691 3rdparty/openexr/IlmImf/ImfOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1121 3rdparty/openexr/IlmImf/ImfOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1258 3rdparty/openexr/IlmImf/ImfOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 404 3rdparty/openexr/IlmImf/ImfPxr24Compressor.cpp throw Iex::BaseExc ("Data compression (zlib) failed."); BaseExc 975 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1014 3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp catch (Iex::BaseExc &e) BaseExc 645 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 675 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1042 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1094 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1182 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1199 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1254 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 1283 3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp catch (Iex::BaseExc &e) BaseExc 846 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 875 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1281 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1504 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1521 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1571 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1601 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 1658 3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp catch (Iex::BaseExc &e) BaseExc 159 3rdparty/openexr/IlmImf/ImfZipCompressor.cpp throw Iex::BaseExc ("Data compression (zlib) failed.");