32 template <
typename T>
class QList;
40 #define _FILEINFO_ Isis::FileName(__FILE__).name().toStdString().c_str(),__LINE__ 177 const char *fileName,
int lineNumber);
180 const char *fileName,
int lineNumber);
183 const char *fileName,
int lineNumber);
186 ErrorType newExceptionType,
const char *message,
187 const char *fileName,
int lineNumber);
190 ErrorType newExceptionType,
const std::string &message,
191 const char *fileName,
int lineNumber);
194 ErrorType newExceptionType,
const QString &message,
195 const char *fileName,
int lineNumber);
201 const
char *
what() const throw();
208 void print(
bool printFileInfo) const;
211 QString
toString(
bool printFileInfo) const;
218 static
ErrorType stringToErrorType(const QString &s);
219 char *buildWhat() const;
220 void deleteEmptyMemberStrings();
246 QString * m_fileName;
const char * what() const
Returns a string representation of this exception in its current state.
Definition: IException.cpp:391
~IException()
The destructor frees memory allocated for the message, filename, and list of previous exceptions...
Definition: IException.cpp:365
void append(const IException &exceptionSource)
Appends the given exception (and its list of previous exceptions) to this exception's causational exc...
Definition: IException.cpp:425
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:162
A type of error that occurred when performing an actual I/O operation.
Definition: IException.h:171
A type of error that could only have occurred due to a mistake on the user's part (e...
Definition: IException.h:142
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:134
Pvl toPvl() const
Returns a PVL object representing the contents of this exception.
Definition: IException.cpp:491
IException()
The default constructor creates an IException instance with no message, previous exceptions, or file info.
Definition: IException.cpp:56
Container for cube-like labels.
Definition: Pvl.h:135
void swap(IException &other)
Swaps the values of this instance's member data with other.
Definition: IException.cpp:658
void print() const
Prints a string representation of this exception to stderr.
Definition: IException.cpp:461
QString toString() const
Returns a string representation of this exception.
Definition: IException.cpp:553
ErrorType errorType() const
Returns the source of the error for this exception.
Definition: IException.cpp:446
ErrorType
Contains a set of exception error types.
Definition: IException.h:127
static QString errorTypeToString(ErrorType t)
Returns the source of the error in string format for the given ErrorType.
Definition: IException.cpp:714
Isis exception class.
Definition: IException.h:107
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31