18 #ifndef _DECAF_LANG_EXCEPTIONS_NULLPOINTERENTEXCEPTION_H_
19 #define _DECAF_LANG_EXCEPTIONS_NULLPOINTERENTEXCEPTION_H_
25 namespace exceptions {
67 NullPointerException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
virtual NullPointerException * clone() const
Clones this exception.
Definition: NullPointerException.h:96
Definition: NullPointerException.h:32
#define DECAF_API
Definition: Config.h:29
Definition: Exception.h:38