A class for software fault reporting.
The InternalErr class is used to signal that somewhere inside DODS a software fault was found. This class wraps the message text in some boiler plate that asks the error be reported to us (DODS support). NB: This class Adds some text to the message and might, in the future, hold information not also held in Error. However, all Error objects thrown on the server-side of DODS that cannot be resolved (and that's all of them for now, 5/3/99 jhrg) will be sent to the client-side \emph{using Error ojbects}. That is, the information recorded in an InternalErr object will be sent by calling the #print(...)# mfunc of Error.
InternalErr(string msg, string file, int line)
alphabetic index hierarchy of classes
generated by doc++