1 #ifndef RHESUS_NETARGUMENTOUTOFRANGEEXCEPTION_H_
2 #define RHESUS_NETARGUMENTOUTOFRANGEEXCEPTION_H_
10 class NetArgumentOutOfRangeException :
public std::invalid_argument
13 NetArgumentOutOfRangeException() : std::invalid_argument(
"(Rhesus::Framework::ArgumentOutOfRange) Argument is out of range.") { }
14 NetArgumentOutOfRangeException(
const char* message) : std::invalid_argument(
"(Rhesus::Framework::ArgumentOutOfRange) Argument is out of range.") { }