18 #ifndef _DECAF_LANG_EXCEPTIONS_NUMBERFORMATEXCEPTION_H_
19 #define _DECAF_LANG_EXCEPTIONS_NUMBERFORMATEXCEPTION_H_
25 namespace exceptions {
68 NumberFormatException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Definition: Exception.h:38