17 #ifndef _DECAF_LANG_EXCEPTIONS_SECURITYEXCEPTION_H_
18 #define _DECAF_LANG_EXCEPTIONS_SECURITYEXCEPTION_H_
24 namespace exceptions {
72 SecurityException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Definition: SecurityException.h:32
#define DECAF_API
Definition: Config.h:29
virtual SecurityException * clone() const
Clones this exception.
Definition: SecurityException.h:106
Definition: Exception.h:38