Jpp test-rotations-old
the software that should make you happy
|
Exceptions. More...
#include <exception>
#include <string>
#include <ostream>
#include <sstream>
#include <ctime>
Go to the source code of this file.
Namespaces | |
namespace | JLANG |
Auxiliary classes and methods for language specific functionality. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Macros | |
#define | MAKE_EXCEPTION(JException_t, A) |
Make exception. | |
#define | THROW(JException_t, A) |
Marco for throwing exception with std::ostream compatible message. | |
Exceptions.
Definition in file JException.hh.
#define MAKE_EXCEPTION | ( | JException_t, | |
A ) |
Make exception.
JException_t | exception |
A | message |
Definition at line 703 of file JException.hh.
#define THROW | ( | JException_t, | |
A ) |
Marco for throwing exception with std::ostream compatible message.
JException_t | exception |
A | message |
Definition at line 712 of file JException.hh.