17 #ifndef _DECAF_LANG_EXCEPTIONS_OUTOFMEMORYERROR_H_
18 #define _DECAF_LANG_EXCEPTIONS_OUTOFMEMORYERROR_H_
24 namespace exceptions {
71 OutOfMemoryError(
const char* file,
const int lineNumber,
const char* msg, ...);
83 OutOfMemoryError(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Definition: OutOfMemoryError.h:31
virtual OutOfMemoryError * clone() const
Clones this exception.
Definition: OutOfMemoryError.h:92
#define DECAF_API
Definition: Config.h:29
Definition: Exception.h:38