helib::Exception Class Referenceabstract
Base class that other HElib exception classes inherit from. More...
#include <exceptions.h>
Inheritance diagram for helib::Exception:

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()
|
virtualdefault |
◆ Exception()
|
protecteddefault |
Member Function Documentation
◆ what()
|
pure virtualnoexcept |
Implemented in helib::InvalidArgument, helib::IOError, helib::RuntimeError, helib::OutOfRangeError, and helib::LogicError.