#include <ErrorHandler.h>
Definition at line 48 of file ErrorHandler.h.
◆ Policy
Enumerator |
---|
kQuietNoopPolicy | |
kNoisyNoopPolicy | |
kThrowPolicy | |
Definition at line 51 of file ErrorHandler.h.
◆ UnknownExceptionFlag
◆ ErrorHandler() [1/2]
Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::ErrorHandler |
( |
| ) |
|
|
inline |
◆ ErrorHandler() [2/2]
Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::ErrorHandler |
( |
Policy |
iPolicy | ) |
|
|
inline |
◆ clear()
void Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::clear |
( |
| ) |
|
|
inline |
◆ getErrorLog()
const std::string Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::getErrorLog |
( |
| ) |
const |
|
inline |
◆ getPolicy()
Policy Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::getPolicy |
( |
| ) |
const |
|
inline |
◆ operator()() [1/3]
void Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::operator() |
( |
const std::string & |
iErrMsg, |
|
|
const std::string & |
iCtx = "" |
|
) |
| |
◆ operator()() [2/3]
void Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::operator() |
( |
std::exception & |
iExc, |
|
|
const std::string & |
iCtx = "" |
|
) |
| |
Default copy constructor Default assignment operator
◆ operator()() [3/3]
void Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::operator() |
( |
UnknownExceptionFlag |
iUef, |
|
|
const std::string & |
iCtx = "" |
|
) |
| |
◆ setPolicy()
void Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::setPolicy |
( |
Policy |
iPolicy | ) |
|
|
inline |
◆ valid()
bool Alembic::Abc::ALEMBIC_VERSION_NS::ErrorHandler::valid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: