Class thl::StateGroupNotFoundException#

class StateGroupNotFoundException : public std::runtime_error#

Inheritance diagram for thl::StateGroupNotFoundException:

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::StateGroupNotFoundException" tooltip="thl::StateGroupNotFoundException" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for thl::StateGroupNotFoundException:

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::StateGroupNotFoundException" tooltip="thl::StateGroupNotFoundException" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Exception thrown when a state group is not found.

Public Functions

inline explicit StateGroupNotFoundException(std::string_view group_name)#