Loading...
Searching...
No Matches
UsdExpiredPrimAccessError Class Reference

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.
 

Detailed Description

Usd throws this exception when code attempts to access an invalid (i.e.

expired or null) prim.

Definition at line 39 of file errors.h.

Member Function Documentation

◆ TfBaseException()

TF_API TfBaseException ( std::string const &  message)
explicit

Construct with message, reported by this class's what() implementation.


The documentation for this class was generated from the following file: