17#ifndef _DECAF_LANG_EXCEPTIONS_STRINGINDEXOUTOFBOUNDSEXCEPTION_H_
18#define _DECAF_LANG_EXCEPTIONS_STRINGINDEXOUTOFBOUNDSEXCEPTION_H_
Definition: Exception.h:38
Definition: IndexOutOfBoundsException.h:31
Definition: StringIndexOutOfBoundsException.h:32
StringIndexOutOfBoundsException()
Default Constructor.
StringIndexOutOfBoundsException(const Exception &ex)
Conversion Constructor from some other Exception.
virtual ~StringIndexOutOfBoundsException()
virtual StringIndexOutOfBoundsException * clone() const
Clones this exception.
Definition: StringIndexOutOfBoundsException.h:129
StringIndexOutOfBoundsException(const char *file, const int lineNumber, int index)
Constructor - Initializes the file name and line number where this message occurred.
StringIndexOutOfBoundsException(const std::exception *cause)
Constructor.
StringIndexOutOfBoundsException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
StringIndexOutOfBoundsException(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.
StringIndexOutOfBoundsException(int index)
Create a new StringIndexOutOfBoundsException with the given index value to use to create the error me...
StringIndexOutOfBoundsException(const StringIndexOutOfBoundsException &ex)
Copy Constructor.
#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