|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <string>#include "CLHEP/Cast/itos.h"#include "CLHEP/Exceptions/ZMthrow.h"#include "CLHEP/Exceptions/ZMexception.h"#include "CLHEP/Exceptions/ZMerrno.h"Go to the source code of this file.
Functions | |
| ZMexStandardDefinition (zmex::ZMexception, ZMxTest) | |
| void | display (const zmex::ZMexception *ex) |
| int | main () |
Variables | |
| const string | QUOTE = "\"" |
| const string | NEWLINE1 = "\n" |
| const string | NEWLINE2 = "\n\n" |
| void display | ( | const zmex::ZMexception * | ex | ) |
Definition at line 45 of file testzmex.cc.
References zmex::ZMexLogger::emit(), zmex::ZMexception::handlerUsed(), zmex::ZMexception::message(), zmex::ZMexception::name(), NEWLINE1, QUOTE, zmex::ZMexception::wasThrown(), and zmex::ZMlogger().
| int main | ( | ) |
Definition at line 56 of file testzmex.cc.
References zmex::ZMexLogger::emit(), NEWLINE1, zmex::ZMlogger(), and ZMthrow.
| ZMexStandardDefinition | ( | zmex::ZMexception | , |
| ZMxTest | |||
| ) |
| const string NEWLINE1 = "\n" |
Definition at line 42 of file testzmex.cc.
| const string NEWLINE2 = "\n\n" |
Definition at line 43 of file testzmex.cc.
| const string QUOTE = "\"" |
Definition at line 41 of file testzmex.cc.
Referenced by display().
1.8.13