#include <UExcept.hxx>
Inheritance diagram for sherpa::UException< eType >:

Public Member Functions | |
| UException (const char *file, int line, const std::string &msg) | |
| UException (const UException &cme) | |
| ~UException () | |
The UException template exists purely to allow us to differentiate exception type codes.
Definition at line 78 of file UExcept.hxx.
| sherpa::UException< eType >::UException | ( | const char * | file, | |
| int | line, | |||
| const std::string & | msg | |||
| ) | [inline] |
Definition at line 80 of file UExcept.hxx.
| sherpa::UException< eType >::UException | ( | const UException< eType > & | cme | ) | [inline] |
Definition at line 84 of file UExcept.hxx.
| sherpa::UException< eType >::~UException | ( | ) | [inline] |
Definition at line 88 of file UExcept.hxx.
1.4.7