1 #ifndef INVALIDSTATEEXCEPTION_H_ 2 #define INVALIDSTATEEXCEPTION_H_ 16 return "Invalid state exception.";
20 return "Invalid state exception. Called by: " + this->
where +
".";
virtual std::string toString() const
Definition: InvalidStateException.h:18
virtual ~InvalidStateException()
Definition: InvalidStateException.h:13
virtual std::string getMessage() const
Definition: InvalidStateException.h:14
Definition: LibCryptoSecException.h:8
std::string where
Definition: LibCryptoSecException.h:23
Definition: InvalidStateException.h:6
InvalidStateException(std::string where)
Definition: InvalidStateException.h:9