#include <UExcept.hxx>
Public Member Functions | |
| UExceptionType (const std::string &s) | |
| ~UExceptionType () | |
Data Fields | |
| const std::string | name |
All UException objects should be globally declared, and should probably be declared as constants. The address of the UException object is used as a template parameter so that catch blocks can be created for different exception types.
Definition at line 53 of file UExcept.hxx.
| sherpa::UExceptionType::UExceptionType | ( | const std::string & | s | ) |
Definition at line 46 of file UExcept.cxx.
| sherpa::UExceptionType::~UExceptionType | ( | ) |
Definition at line 51 of file UExcept.cxx.
| const std::string sherpa::UExceptionType::name |
Definition at line 54 of file UExcept.hxx.
1.4.7