|
evio
6.0
|
#include <iostream>#include <sstream>#include <stdexcept>#include <string>#include <exception>Go to the source code of this file.
Classes | |
| class | evio::EvioException |
| Exception class for Evio software package. More... | |
Namespaces | |
| evio | |
| Copyright (c) 2019, Jefferson Science Associates. | |
Macros | |
| #define | throwEvioLine(arg) throw EvioException(arg, __FILE__, __LINE__); |
| #define throwEvioLine | ( | arg | ) | throw EvioException(arg, __FILE__, __LINE__); |