HDK
|
Header file containing class definition for class Alembic::Util::Exception. More...
#include <Alembic/Util/Foundation.h>
Go to the source code of this file.
Classes | |
class | Alembic::Util::ALEMBIC_VERSION_NS::Exception |
Base class for all exceptions in the Alembic libraries. Derived from both std::exception and std::string, publicly It is mostly commonly thrown using the macros. More... | |
Namespaces | |
Alembic | |
Alembic namespace ... | |
Alembic::Util | |
Alembic::Util::ALEMBIC_VERSION_NS | |
Macros | |
#define | ABC_THROW(TEXT) |
convenient macro which may be used with std::iostream syntax More... | |
#define | ALEMBIC_THROW(TEXT) ABC_THROW( TEXT ) |
convenient macro which may be used with std::iostream syntax More... | |
Header file containing class definition for class Alembic::Util::Exception.
Definition in file Exception.h.
#define ABC_THROW | ( | TEXT | ) |
convenient macro which may be used with std::iostream syntax
Same as ALEMBIC_THROW
Definition at line 87 of file Exception.h.
#define ALEMBIC_THROW | ( | TEXT | ) | ABC_THROW( TEXT ) |
convenient macro which may be used with std::iostream syntax
Same as ABC_THROW
Definition at line 100 of file Exception.h.