18#ifndef _DECAF_UTIL_CONCURRENTMODIFICATIONEXCEPTION_H_
19#define _DECAF_UTIL_CONCURRENTMODIFICATIONEXCEPTION_H_
62 const std::exception* cause,
const char* msg, ...);
Definition Exception.h:38
Definition RuntimeException.h:33
ConcurrentModificationException(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.
ConcurrentModificationException(const std::exception *cause)
Constructor.
virtual ConcurrentModificationException * clone() const
Clones this exception.
Definition ConcurrentModificationException.h:87
virtual ~ConcurrentModificationException()
ConcurrentModificationException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
ConcurrentModificationException(const lang::Exception &ex)
Copy Constructor.
ConcurrentModificationException(const ConcurrentModificationException &ex)
Copy Constructor.
ConcurrentModificationException()
Default 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