All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
errors.h
Go to the documentation of this file.
1//
2// Copyright 2021 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_USD_USD_ERRORS_H
8#define PXR_USD_USD_ERRORS_H
9
11
12#include "pxr/pxr.h"
13#include "pxr/usd/usd/api.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
23{
24public:
26 USD_API virtual ~UsdExpiredPrimAccessError() override;
27};
28
29PXR_NAMESPACE_CLOSE_SCOPE
30
31#endif
The base class for exceptions supported by the Tf exceptions facilities.
Definition: exception.h:47
TF_API TfBaseException(std::string const &message)
Construct with message, reported by this class's what() implementation.
Usd throws this exception when code attempts to access an invalid (i.e.
Definition: errors.h:23