|
Isis 3 Programmer Reference
|
167 const QString &range);
181 const std::vector<QString> &list);
212 QString
FileOpen(
const QString &filename);
232 QString
FileRead(
const QString &filename);
242 QString
FileWrite(
const QString &filename);
QString KeywordUnrecognized(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not match an...
QString KeywordBlockEndMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
QString KeywordValueExpected(const QString &key)
This error should be used when the value of a supplied keyword was expected but not present.
QString FileOpen(const QString &filename)
This error should be used when a file could not be opened.
QString MemoryAllocationFailed()
This error should be used when an error accrues during a memory allocation such as "new".
QString KeywordBlockStartMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
QString KeywordValueBad(const QString &key)
This error should be used when a supplied keyword does not appear in the list (e.g....
QString KeywordNotFound(const QString &key)
This error should be used when a supplied keyword is not defined in the application.
QString KeywordNotArray(const QString &key)
This error should be used when a supplied keyword is being used as an array (i.e.,...
QString KeywordValueNotInList(const QString &key, const QString &value, const std::vector< QString > &list)
This error should be used when the value of a supplied keyword is not one of a specific list of possi...
QString FileRead(const QString &filename)
This error should be used when an error accrues during a read of a file.
QString KeywordBlockInvalid(const QString &block)
This error has been deprecated and should not be used in new code.
QString FileCreate(const QString &filename)
This error should be used when a file could not be created.
QString KeywordAmbiguous(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not contain ...
QString MissingDelimiter(const char delimiter)
This error should be used when a delimiter is missing.
QString FileWrite(const QString &filename)
This error should be used when an error accrues during a write to a file.
QString KeywordDuplicated(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter is the same as on...
QString ArraySubscriptNotInRange(int index)
This error should be used when an Isis object or application is checking array bounds and the legal r...
QString KeywordValueNotInRange(const QString &key, const QString &value, const QString &range)
This error should be used when the value of a supplied keyword is not within a specific range.
This is free and unencumbered software released into the public domain.