OpenMW
|
Error handler implementation: Ignore all error messages. More...
#include <nullerrorhandler.hpp>
Private Member Functions | |
virtual void | report (const std::string &message, const TokenLoc &loc, Type type) |
Report error to the user. | |
virtual void | report (const std::string &message, Type type) |
Report a file related error. |
Error handler implementation: Ignore all error messages.
void Compiler::NullErrorHandler::report | ( | const std::string & | message, |
const TokenLoc & | loc, | ||
Type | type | ||
) | [private, virtual] |
Report error to the user.
Implements Compiler::ErrorHandler.
void Compiler::NullErrorHandler::report | ( | const std::string & | message, |
Type | type | ||
) | [private, virtual] |
Report a file related error.
Implements Compiler::ErrorHandler.