gramods
|
Standard exception for violation of pre conditions in a call to a function or object. More...
#include <PreConditionViolation.hh>
Public Member Functions | |
PreConditionViolation (std::string what) | |
Creates an exception with a clarification message. More... | |
![]() | |
RuntimeException (std::string what) | |
Creates an exception with a clarification message. More... | |
Additional Inherited Members | |
![]() | |
const std::string | what |
A message with information about how preconditions were violated. More... | |
Standard exception for violation of pre conditions in a call to a function or object.
In well written software this exception is never thrown.
|
inline |
Creates an exception with a clarification message.