helib::Exception Class Referenceabstract

Base class that other HElib exception classes inherit from. More...

#include <exceptions.h>

Inheritance diagram for helib::Exception:
helib::InvalidArgument helib::LogicError helib::OutOfRangeError helib::RuntimeError helib::IOError

Public Member Functions

virtual ~Exception ()=default
 
virtual const char * what () const noexcept=0
 

Protected Member Functions

 Exception ()=default
 

Detailed Description

Base class that other HElib exception classes inherit from.

Constructor & Destructor Documentation

◆ ~Exception()

virtual helib::Exception::~Exception ( )
virtualdefault

◆ Exception()

helib::Exception::Exception ( )
protecteddefault

Member Function Documentation

◆ what()

virtual const char* helib::Exception::what ( ) const
pure virtualnoexcept