185 const QString &range);
199 const std::vector<QString> &list);
230 QString
FileOpen(
const QString &filename);
250 QString
FileRead(
const QString &filename);
260 QString
FileWrite(
const QString &filename);
QString FileCreate(const QString &filename)
This error should be used when a file could not be created.
QString KeywordValueBad(const QString &key)
This error should be used when a supplied keyword does not appear in the list (e.g., an Isis cube label).
QString KeywordNotArray(const QString &key)
This error should be used when a supplied keyword is being used as an array (i.e., with a subscript) but is only a scaler entity.
QString KeywordBlockStartMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
QString FileWrite(const QString &filename)
This error should be used when an error accrues during a write to a file.
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...
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 KeywordBlockInvalid(const QString &block)
This error has been deprecated and should not be used in new code.
QString KeywordBlockEndMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
QString KeywordUnrecognized(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not match an...
QString FileRead(const QString &filename)
This error should be used when an error accrues during a read of a file.
QString MemoryAllocationFailed()
This error should be used when an error accrues during a memory allocation such as "new"...
QString KeywordValueExpected(const QString &key)
This error should be used when the value of a supplied keyword was expected but not present...
QString ArraySubscriptNotInRange(int index)
This error should be used when an Isis object or application is checking array bounds and the legal r...
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...
Namespace for ISIS/Bullet specific routines.
QString FileOpen(const QString &filename)
This error should be used when a file could not be opened.
QString MissingDelimiter(const char delimiter)
This error should be used when a delimiter is missing.
QString KeywordNotFound(const QString &key)
This error should be used when a supplied keyword is not defined in the application.
QString KeywordAmbiguous(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not contain ...