Isis 3 Programmer Reference
ArraySubscriptNotInRange.cpp
Go to the documentation of this file.
1
24
#include <sstream>
25
26
#include "IString.h"
27
#include "Message.h"
28
29
using namespace
std
;
30
31
QString
Isis::Message::ArraySubscriptNotInRange
(
int
index) {
32
return
"Array subscript ["
+
toString
(index) +
"] is out of array bounds"
;
33
}
Isis::toString
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition:
IString.cpp:211
std
Namespace for the standard library.
Isis::Message::ArraySubscriptNotInRange
QString ArraySubscriptNotInRange(int index)
This error should be used when an Isis object or application is checking array bounds and the legal r...
Definition:
ArraySubscriptNotInRange.cpp:31
src
base
objs
Message
ArraySubscriptNotInRange.cpp