helib::IOError Class Reference
Inherits from Exception and std::runtime_error. More...
#include <exceptions.h>
Inheritance diagram for helib::IOError:

Public Member Functions | |
IOError (const std::string &what_arg) | |
IOError (const char *what_arg) | |
virtual | ~IOError () |
virtual const char * | what () const noexcept override |
![]() | |
RuntimeError (const std::string &what_arg) | |
RuntimeError (const char *what_arg) | |
virtual | ~RuntimeError () |
![]() | |
virtual | ~Exception ()=default |
Additional Inherited Members | |
![]() | |
Exception ()=default | |
Detailed Description
Inherits from Exception and std::runtime_error.
Constructor & Destructor Documentation
◆ IOError() [1/2]
|
inlineexplicit |
◆ IOError() [2/2]
|
inlineexplicit |
◆ ~IOError()
|
inlinevirtual |
Member Function Documentation
◆ what()
|
inlineoverridevirtualnoexcept |
Reimplemented from helib::RuntimeError.