Isis Developer Reference
IException.h File Reference
#include <exception>
#include <string>
#include "FileName.h"

Go to the source code of this file.

Classes

class  Isis::IException
 Isis exception class. More...
 

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Macros

#define _FILEINFO_   Isis::FileName(__FILE__).name().toStdString().c_str(),__LINE__
 Macro for the filename and line number. More...
 

Macro Definition Documentation

◆ _FILEINFO_

#define _FILEINFO_   Isis::FileName(__FILE__).name().toStdString().c_str(),__LINE__

Macro for the filename and line number.

This is typically used for the last arguments to constructing an IException.