2 #ifndef GRAMODS_CORE_INVALIDARGUMENT
3 #define GRAMODS_CORE_INVALIDARGUMENT
5 #include <gmCore/RuntimeException.hh>
9 BEGIN_NAMESPACE_GMCORE;
Standard exception for invalid arguments in a call to a function or object.
Definition: InvalidArgument.hh:15
InvalidArgument(std::string what)
Creates an exception with a clarification message.
Definition: InvalidArgument.hh:20
Standard exception for runtime problems and base type for more detailed problems.
Definition: RuntimeException.hh:15