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