Kiwi Engine
VM for interpreter
|
Exception information. More...
#include <KEException.h>
Data Fields | |
KEExceptionKind | exceptionKind |
struct KELineInfo * | lineInfo |
union { | |
struct { | |
int exitCode | |
} exitException | |
struct { | |
struct KEPath * givenPath | |
} invalidPathException | |
struct { | |
uint64_t invalidIndex | |
} invalidArrayIndex | |
struct { | |
struct CNString * nonExistKey | |
} nonExistDictionaryKey | |
}; | |
Exception information.
union { ... } |
Context
KEExceptionKind KEException::exceptionKind |
Kind of exception
int KEException::exitCode |
Exit code
struct KELineInfo* KEException::lineInfo |
Line information