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.
Definition: FileCreate.cpp:28
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).
Definition: KeywordValueBad.cpp:28
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.
Definition: KeywordNotArray.cpp:28
QString KeywordBlockStartMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
Definition: KeywordBlockStartMissing.cpp:28
QString FileWrite(const QString &filename)
This error should be used when an error accrues during a write to a file.
Definition: FileWrite.cpp:28
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...
Definition: KeywordValueNotInRange.cpp:28
QString KeywordDuplicated(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter is the same as on...
Definition: KeywordDuplicated.cpp:28
QString KeywordBlockInvalid(const QString &block)
This error has been deprecated and should not be used in new code.
Definition: KeywordBlockInvalid.cpp:28
QString KeywordBlockEndMissing(const QString &block, const QString &found)
This error has been deprecated and should not be used in new code.
Definition: KeywordBlockEndMissing.cpp:28
QString KeywordUnrecognized(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not match an...
Definition: KeywordUnrecognized.cpp:28
QString FileRead(const QString &filename)
This error should be used when an error accrues during a read of a file.
Definition: FileRead.cpp:28
QString MemoryAllocationFailed()
This error should be used when an error accrues during a memory allocation such as "new"...
Definition: MemoryAllocationFailed.cpp:28
QString KeywordValueExpected(const QString &key)
This error should be used when the value of a supplied keyword was expected but not present...
Definition: KeywordValueExpected.cpp:28
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
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.
Definition: Apollo.h:31
QString FileOpen(const QString &filename)
This error should be used when a file could not be opened.
Definition: FileOpen.cpp:28
QString MissingDelimiter(const char delimiter)
This error should be used when a delimiter is missing.
Definition: MissingDelimiter.cpp:31
QString KeywordNotFound(const QString &key)
This error should be used when a supplied keyword is not defined in the application.
Definition: KeywordNotFound.cpp:28
QString KeywordAmbiguous(const QString &key)
This error should be used when a supplied keyword for an Isis application parameter does not contain ...
Definition: KeywordAmbiguous.cpp:28