Class IndexOutOfBoundsException

Inheritance Relationships

Base Type

Class Documentation

class IndexOutOfBoundsException : public statemap::SmcException

Public Functions

inline IndexOutOfBoundsException()
inline IndexOutOfBoundsException(const int index, const int minIndex, const int maxIndex)
inline IndexOutOfBoundsException(const IndexOutOfBoundsException &ex)
inline virtual ~IndexOutOfBoundsException() noexcept
inline const IndexOutOfBoundsException &operator=(const IndexOutOfBoundsException &ex)
inline int getIndex() const
inline int getMinIndex() const
inline int getMaxIndex() const