17#ifndef _DECAF_UTIL_CONCURRENT_EXECUTIONEXCEPTION_H_
18#define _DECAF_UTIL_CONCURRENT_EXECUTIONEXCEPTION_H_
84 ExecutionException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Definition Exception.h:38
ExecutionException()
Default Constructor.
virtual ExecutionException * clone() const
Clones this exception.
ExecutionException(const decaf::lang::Exception &ex)
Conversion Constructor from some other Exception.
virtual ~ExecutionException()
ExecutionException(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.
ExecutionException(const ExecutionException &ex)
Copy Constructor.
ExecutionException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
ExecutionException(const std::exception *cause)
Constructor.
#define DECAF_API
Definition Config.h:29
Definition AbstractExecutorService.h:28
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25