#include <UncatchedException.h>
Public Member Functions | |
UncatchedException () | |
UncatchedException (const cms::Exception &err) | |
Static Public Member Functions | |
static int | count () |
static void | dump (std::ostream &o, bool det=false) |
static void | rethrow () |
Static Private Attributes | |
static int | count_ =0 |
static cms::Exception * | it =0 |
static LockMutex::Mutex | mutex |
Definition at line 16 of file UncatchedException.h.
UncatchedException::UncatchedException | ( | ) |
Definition at line 9 of file CMSexception.cc.
References a, count_, and mutex.
|
explicit |
Definition at line 14 of file CMSexception.cc.
References a, count_, edm::hlt::Exception, it, and mutex.
|
static |
Definition at line 40 of file CMSexception.cc.
References a, count_, and mutex.
Referenced by rethrow().
|
static |
Definition at line 21 of file CMSexception.cc.
References Genexception::dump(), create_public_lumi_plots::exp, it, and cms::Exception::what().
|
static |
Definition at line 28 of file CMSexception.cc.
|
staticprivate |
Definition at line 30 of file UncatchedException.h.
Referenced by count(), and UncatchedException().
|
staticprivate |
Definition at line 27 of file UncatchedException.h.
Referenced by dump(), rethrow(), and UncatchedException().
|
staticprivate |
Definition at line 29 of file UncatchedException.h.
Referenced by count(), and UncatchedException().