17#ifndef _DECAF_IO_IOEXCEPTION_H_
18#define _DECAF_IO_IOEXCEPTION_H_
59 IOException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
77 IOException(
const char* file,
const int lineNumber,
const char* msg, ...);
IOException(const lang::Exception &ex)
Copy Constructor.
IOException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
IOException(const IOException &ex)
Copy Constructor.
IOException()
Default Constructor.
IOException(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.
IOException(const std::exception *cause)
Constructor.
virtual IOException * clone() const
Clones this exception.
Definition IOException.h:86
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