17#ifndef _DECAF_LANG_EXCEPTIONS_ARRAYINDEXOUTOFBOUNDSEXCEPTION_H_
18#define _DECAF_LANG_EXCEPTIONS_ARRAYINDEXOUTOFBOUNDSEXCEPTION_H_
Exception()
Default Constructor.
ArrayIndexOutOfBoundsException()
Default Constructor.
ArrayIndexOutOfBoundsException(const Exception &ex)
Conversion Constructor from some other Exception.
virtual ~ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
virtual ArrayIndexOutOfBoundsException * clone() const
Clones this exception.
Definition ArrayIndexOutOfBoundsException.h:129
ArrayIndexOutOfBoundsException(const std::exception *cause)
Constructor.
ArrayIndexOutOfBoundsException(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.
ArrayIndexOutOfBoundsException(int index)
Create a new ArrayIndexOutOfBoundsException with the given index value to use to create the error mes...
ArrayIndexOutOfBoundsException(const ArrayIndexOutOfBoundsException &ex)
Copy Constructor.
ArrayIndexOutOfBoundsException(const char *file, const int lineNumber, int index)
Constructor - Initializes the file name and line number where this message occurred.
IndexOutOfBoundsException()
Default Constructor.
#define DECAF_API
Definition Config.h:29
Definition ArrayIndexOutOfBoundsException.h:24
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25