Class thl::DuplicateParameterIdException#

class DuplicateParameterIdException : public std::runtime_error#

Inheritance diagram for thl::DuplicateParameterIdException:

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

Collaboration diagram for thl::DuplicateParameterIdException:

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

Exception thrown when a parameter ID is already in use by another parameter.

Public Functions

inline DuplicateParameterIdException(uint32_t id, std::string_view key)#
inline uint32_t id() const#
inline const std::string &key() const#