HDK
|
#include <errors.h>
Public Member Functions | |
virtual USD_API | ~UsdExpiredPrimAccessError () override |
Public Member Functions inherited from TfBaseException | |
virtual TF_API | ~TfBaseException () |
TF_API | TfBaseException (std::string const &message) |
TfCallContext const & | GetThrowContext () const |
std::vector< uintptr_t > const & | GetThrowStack () const |
void | MoveThrowStackTo (std::vector< uintptr_t > &out) |
virtual TF_API const char * | what () const noexceptoverride |
Usd throws this exception when code attempts to access an invalid (i.e. expired or null) prim.
|
overridevirtual |