18#ifndef _DECAF_UTIL_ZIP_ZIPEXCEPTION_H_
19#define _DECAF_UTIL_ZIP_ZIPEXCEPTION_H_
65 ZipException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
83 ZipException(
const char* file,
const int lineNumber,
const char* msg, ...);
Definition IOException.h:28
Definition Exception.h:38
ZipException(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.
ZipException(const ZipException &ex)
Copy Constructor.
ZipException()
Default Constructor.
ZipException(const lang::Exception &ex)
Copy Constructor.
virtual ZipException * clone() const
Clones this exception.
ZipException(const std::exception *cause)
Constructor.
ZipException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
#define DECAF_API
Definition Config.h:29
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25