Class thl::ParameterAlreadyExistsException#

class ParameterAlreadyExistsException : public std::runtime_error#

Inheritance diagram for thl::ParameterAlreadyExistsException:

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

Collaboration diagram for thl::ParameterAlreadyExistsException:

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

Exception thrown when attempting to create a parameter that already exists.

Public Functions

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