17#ifndef _DECAF_UTIL_NOSUCHELEMENTEXCEPTION_H_
18#define _DECAF_UTIL_NOSUCHELEMENTEXCEPTION_H_
Definition RuntimeException.h:33
NoSuchElementException(const decaf::lang::exceptions::RuntimeException &ex)
Conversion Constructor from some other Exception.
virtual NoSuchElementException * clone() const
Clones this exception.
Definition NoSuchElementException.h:95
NoSuchElementException()
Default Constructor.
NoSuchElementException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occured.
NoSuchElementException(const NoSuchElementException &ex)
Copy Constructor.
NoSuchElementException(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.
virtual ~NoSuchElementException()
NoSuchElementException(const std::exception *cause)
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