Class openfhe_error

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class lbcrypto::openfhe_error : public std::runtime_error

Inheritence diagram for lbcrypto::openfhe_error:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "8" [label="lbcrypto::serialize_error" tooltip="lbcrypto::serialize_error"] "5" [label="lbcrypto::math_error" tooltip="lbcrypto::math_error"] "4" [label="lbcrypto::deserialize_error" tooltip="lbcrypto::deserialize_error"] "1" [label="lbcrypto::openfhe_error" tooltip="lbcrypto::openfhe_error" fillcolor="#BFBFBF"] "6" [label="lbcrypto::not_available_error" tooltip="lbcrypto::not_available_error"] "2" [label="std::runtime_error" tooltip="std::runtime_error"] "7" [label="lbcrypto::not_implemented_error" tooltip="lbcrypto::not_implemented_error"] "9" [label="lbcrypto::type_error" tooltip="lbcrypto::type_error"] "3" [label="lbcrypto::config_error" tooltip="lbcrypto::config_error"] "8" -> "1" [dir=forward tooltip="public-inheritance"] "5" -> "1" [dir=forward tooltip="public-inheritance"] "4" -> "1" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] "6" -> "1" [dir=forward tooltip="public-inheritance"] "7" -> "1" [dir=forward tooltip="public-inheritance"] "9" -> "1" [dir=forward tooltip="public-inheritance"] "3" -> "1" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for lbcrypto::openfhe_error:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="lbcrypto::openfhe_error" tooltip="lbcrypto::openfhe_error" fillcolor="#BFBFBF"] "2" [label="std::runtime_error" tooltip="std::runtime_error"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Subclassed by lbcrypto::config_error, lbcrypto::deserialize_error, lbcrypto::math_error, lbcrypto::not_available_error, lbcrypto::not_implemented_error, lbcrypto::serialize_error, lbcrypto::type_error

Public Functions

inline openfhe_error(const std::string &file, int line, const std::string &what)
inline const char *what() const
inline const std::string &GetFilename() const
inline int GetLinenum() const