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