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, ...);
virtual EOFException * clone() const
Clones this exception.
Definition EOFException.h:88
EOFException(const std::exception *cause)
Constructor.
EOFException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
EOFException(const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
EOFException(const lang::Exception &ex)
Copy Constructor.
EOFException()
Default Constructor.
EOFException(const EOFException &ex)
Copy Constructor.
Definition IOException.h:28
Definition Exception.h:38
#define DECAF_API
Definition Config.h:29
Definition BlockingByteArrayInputStream.h:25
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25