Public Member Functions | List of all members
WireCell::Exception Struct Reference

The base wire cell exception. More...

#include <Exceptions.h>

Inheritance diagram for WireCell::Exception:
WireCell::AssertionError WireCell::FactoryException WireCell::IndexError WireCell::IOError WireCell::KeyError WireCell::RuntimeError WireCell::ValueError

Public Member Functions

char const * what () const throw ()
 

Detailed Description

The base wire cell exception.

Definition at line 31 of file Exceptions.h.

Member Function Documentation

char const* WireCell::Exception::what ( ) const
throw (
)
inline

Definition at line 32 of file Exceptions.h.

32 { return diagnostic_information_what(*this); }

The documentation for this struct was generated from the following file: