Struct BaseCompilerException

Inheritance Relationships

Base Type

  • public exception

Derived Types

Struct Documentation

struct BaseCompilerException : public exception

Subclassed by ParserException, ScannerException, TypeCheckerException

Public Functions

BaseCompilerException(const char *type, const char *error)
BaseCompilerException(const char *type, const std::string &error)
virtual const char *what() const

Protected Attributes

std::string msg_