Aseba  1.5.5
Public Member Functions | Public Attributes | List of all members
Aseba::Error Struct Reference

Compilation error. More...

#include <compiler.h>

Inheritance diagram for Aseba::Error:
Aseba::TranslatableError

Public Member Functions

 Error (const SourcePos &pos, const std::wstring &message)
 Create an error at pos.
 
 Error ()
 Create an empty error.
 
std::wstring toWString () const
 Return a string describing the error. More...
 

Public Attributes

SourcePos pos
 position of error in source string
 
std::wstring message
 message
 

Detailed Description

Compilation error.


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