![]() |
|
Usd throws this exception when code attempts to access an invalid (i.e. More...
Public Member Functions | |
TF_API | TfBaseException (std::string const &message) |
Construct with message , reported by this class's what() implementation. More... | |
![]() | |
TF_API | TfBaseException (std::string const &message) |
Construct with message , reported by this class's what() implementation. More... | |
TfCallContext const & | GetThrowContext () const |
Return the call context from the throw point associated with this exception. More... | |
std::vector< uintptr_t > const & | GetThrowStack () const |
Return the stack frame pointers from the throw point. More... | |
void | MoveThrowStackTo (std::vector< uintptr_t > &out) |
Move the stack frame pointers from the throw point to out . More... | |
virtual TF_API const char * | what () const noexcept override |
Override std::exception::what() to return the message passed during construction. More... | |
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.