#include <iostream>#include <utl/AugerException.h>Go to the source code of this file.
Functions | |
| int | main () |
| void | throwGeneric () |
| void | throwNonExistent () |
| int main | ( | void | ) |
Definition at line 28 of file testAugerException.cc.
References utl::AugerException::GetMessage(), throwGeneric(), and throwNonExistent().
| void throwGeneric | ( | ) |
Definition at line 12 of file testAugerException.cc.
Referenced by main().
| void throwNonExistent | ( | ) |
Definition at line 20 of file testAugerException.cc.
Referenced by main().