Loading [MathJax]/extensions/tex2jax.js
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PLMD::ExceptionError Class Reference

Class representing a generic error. More...

#include <Exception.h>

Inheritance diagram for PLMD::ExceptionError:

Public Member Functions

 Exception (const std::string &message)
 
template<typename T>
ExceptionErroroperator<< (const T &x)
 
const char * what () const throw ()
 

Private Attributes

std::string message
 

Detailed Description

Class representing a generic error.

Member Function Documentation

◆ Exception()

PLMD::lepton::Exception::Exception ( const std::string & message)
inline

◆ operator<<()

template<typename T>
ExceptionError & PLMD::ExceptionError::operator<< ( const T & x)
inline

◆ what()

const char * PLMD::lepton::Exception::what ( ) const
throw ( )
inlineinherited

Member Data Documentation

◆ message

std::string PLMD::lepton::Exception::message
privateinherited

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