Home
last modified time | relevance | path

Searched refs:Tf_TestException (Results 1 – 1 of 1) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A Dexception.cpp33 class Tf_TestException : public TfBaseException class
37 virtual ~Tf_TestException();
40 Tf_TestException::~Tf_TestException() in ~Tf_TestException()
48 TF_THROW(Tf_TestException, "test exception 1"); in Test_TfException()
59 TF_THROW(Tf_TestException, TfSkipCallerFrames(2), "test exception 2"); in Test_TfException()