StRoot
1
|
#include <StMuException.hh>
Public Member Functions | |
StMuException (StMuExceptionTypes=kUnknown, const char *m="", const char *in="???") | |
virtual string | message () |
virtual void | print () |
virtual StMuExceptionTypes | type () |
Protected Attributes | |
StMuExceptionTypes | mException |
string | mMessage |
string | mIn |
Just a small helper class (and a few macros) to easily create a set of exceptions. Using the "THROW(...)" macro the exception's datamember mIn will hold the name of the scope that was throwing the exception.
Definition at line 24 of file StMuException.hh.