OpenClonk
C4AulError Class Reference

#include <C4Aul.h>

Inheritance diagram for C4AulError:
[legend]
Collaboration diagram for C4AulError:
[legend]

Public Member Functions

 ~C4AulError () override=default
 
const char * what () const noexcept override
 

Protected Attributes

StdCopyStrBuf sMessage
 

Detailed Description

Definition at line 41 of file C4Aul.h.

Constructor & Destructor Documentation

◆ ~C4AulError()

C4AulError::~C4AulError ( )
overridedefault

Member Function Documentation

◆ what()

const char * C4AulError::what ( ) const
overridenoexcept

Definition at line 59 of file C4Aul.cpp.

60 {
61  return sMessage ? sMessage.getData() : "(unknown error)";
62 }
StdCopyStrBuf sMessage
Definition: C4Aul.h:44
const char * getData() const
Definition: StdBuf.h:442

References StdStrBuf::getData(), and sMessage.

Referenced by C4PropList::Call(), C4AulFunc::CheckParTypes(), C4AulExec::DirectExec(), C4AulScriptEngine::Link(), C4AulParse::Parse_Script(), C4AulCompiler::PreparseAstVisitor::visit(), and C4AulCompiler::ConstantResolver::visit().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ sMessage

StdCopyStrBuf C4AulError::sMessage
protected

Definition at line 44 of file C4Aul.h.

Referenced by C4AulExecError::C4AulExecError(), C4AulParseError::C4AulParseError(), and what().


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