#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 23 of file testCatchWrongType.cc.
References utl::AugerException::GetMessage(), and throwGeneric().
| void throwGeneric | ( | ) |
Definition at line 11 of file testCatchWrongType.cc.
| void throwNonExistent | ( | ) |
Definition at line 17 of file testCatchWrongType.cc.