OpenMW
Private Member Functions
Compiler::NullErrorHandler Class Reference

Error handler implementation: Ignore all error messages. More...

#include <nullerrorhandler.hpp>

List of all members.

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.

Detailed Description

Error handler implementation: Ignore all error messages.


Member Function Documentation

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.


The documentation for this class was generated from the following files: