![]() |
|
Usd throws this exception when code attempts to access an invalid (i.e. More...
#include <errors.h>
Inheritance diagram for UsdExpiredPrimAccessError:Public Member Functions | |
| TF_API | TfBaseException (std::string const &message) |
Construct with message, reported by this class's what() implementation. | |
Public Member Functions inherited from TfBaseException | |
| TF_API | TfBaseException (std::string const &message) |
Construct with message, reported by this class's what() implementation. | |
| TfCallContext const & | GetThrowContext () const |
| Return the call context from the throw point associated with this exception. | |
| std::vector< uintptr_t > const & | GetThrowStack () const |
| Return the stack frame pointers from the throw point. | |
| void | MoveThrowStackTo (std::vector< uintptr_t > &out) |
Move the stack frame pointers from the throw point to out. | |
| virtual TF_API const char * | what () const noexcept override |
| Override std::exception::what() to return the message passed during construction. | |
Usd throws this exception when code attempts to access an invalid (i.e.
expired or null) prim.
|
explicit |
Construct with message, reported by this class's what() implementation.