Class IndexOutOfBoundsException
Defined in File statemap.hpp
Inheritance Relationships
Base Type
public statemap::SmcException
(Class SmcException)
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
-
inline IndexOutOfBoundsException()