22#ifndef ROBOTTESTINGFRAMEWORK_EXCEPTION_H
23#define ROBOTTESTINGFRAMEWORK_EXCEPTION_H
39 std::exception(other),
61 const char*
what()
const throw()
override
Exception(const Exception &other)
const TestMessage & message()
message
Exception(const TestMessage &msg)
const char * what() const override
what
FixtureException(const TestMessage &msg)
FixtureException(const FixtureException &other)
TestErrorException(const TestMessage &msg)
TestErrorException(const TestErrorException &other)
TestFailureException(const TestMessage &msg)
TestFailureException(const TestFailureException &other)
A formated message with details.