18 #ifndef _DECAF_IO_EOFEXCEPTION_H_
19 #define _DECAF_IO_EOFEXCEPTION_H_
62 EOFException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
79 EOFException(
const char* file,
const int lineNumber,
const char* msg, ...);
Definition: EOFException.h:29
Definition: IOException.h:28
virtual EOFException * clone() const
Clones this exception.
Definition: EOFException.h:88
#define DECAF_API
Definition: Config.h:29
Definition: Exception.h:38