Class thl::StateKeyNotFoundException#

class StateKeyNotFoundException : public std::runtime_error#

Inheritance diagram for thl::StateKeyNotFoundException:

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

Collaboration diagram for thl::StateKeyNotFoundException:

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

Exception thrown when a parameter key is not found in the state.

Public Functions

inline explicit StateKeyNotFoundException(std::string_view key)#
inline const std::string &key() const#