helib::OutOfRangeError Class Reference

Inherits from Exception and std::out_of_range. More...

#include <exceptions.h>

Inheritance diagram for helib::OutOfRangeError:
helib::Exception

Public Member Functions

 OutOfRangeError (const std::string &what_arg)
 
 OutOfRangeError (const char *what_arg)
 
virtual ~OutOfRangeError ()
 
virtual const char * what () const noexcept override
 
- Public Member Functions inherited from helib::Exception
virtual ~Exception ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from helib::Exception
 Exception ()=default
 

Detailed Description

Inherits from Exception and std::out_of_range.

Constructor & Destructor Documentation

◆ OutOfRangeError() [1/2]

helib::OutOfRangeError::OutOfRangeError ( const std::string &  what_arg)
inlineexplicit

◆ OutOfRangeError() [2/2]

helib::OutOfRangeError::OutOfRangeError ( const char *  what_arg)
inlineexplicit

◆ ~OutOfRangeError()

virtual helib::OutOfRangeError::~OutOfRangeError ( )
inlinevirtual

Member Function Documentation

◆ what()

virtual const char* helib::OutOfRangeError::what ( ) const
inlineoverridevirtualnoexcept

Implements helib::Exception.