2#ifndef GRAMODS_CORE_PRECONDITIONVIOLATION
3#define GRAMODS_CORE_PRECONDITIONVIOLATION
5#include <gmCore/RuntimeException.hh>
Standard exception for violation of pre conditions in a call to a function or object.
Definition PreConditionViolation.hh:16
PreConditionViolation(std::string what)
Creates an exception with a clarification message.
Definition PreConditionViolation.hh:21
Standard exception for runtime problems and base type for more detailed problems.
Definition RuntimeException.hh:15