USGS

Isis 3.0 Object Programmers' Reference

Home

ArraySubscriptNotInRange.cpp
Go to the documentation of this file.
1 
24 using namespace std;
25 
26 #include <sstream>
27 
28 #include "IString.h"
29 #include "Message.h"
30 
32  return "Array subscript [" + toString(index) + "] is out of array bounds";
33 }