evio  6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EvioException.h File Reference
#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__);
 

Macro Definition Documentation

#define throwEvioLine (   arg)    throw EvioException(arg, __FILE__, __LINE__);