Public Member Functions | Private Attributes | List of all members
PLMD::ExceptionDebug Class Reference

Class representing a debug error (can only be thrown when using debug options) More...

#include <Exception.h>

Inheritance diagram for PLMD::ExceptionDebug:
Inheritance graph
[legend]

Public Member Functions

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

Private Attributes

std::string message
 

Detailed Description

Class representing a debug error (can only be thrown when using debug options)

Member Function Documentation

◆ Exception()

PLMD::lepton::Exception::Exception
inline

◆ operator<<()

template<typename T >
ExceptionDebug& PLMD::ExceptionDebug::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: