#include <TException.hh>
Inheritance diagram for TException:
Public Methods | |
TException () | |
Construct exception without message. | |
TException (const TString &str) | |
Construct exception with custom message. | |
void | Print () |
Print error message to stderr. | |
Public Attributes | |
TString | message |
Error message. |