OTB
9.0.0
Orfeo Toolbox
|
#include <otbWrapperApplication.h>
Public Member Functions | |
ApplicationException (const char *file, unsigned int line, const char *message="Application error.", const char *loc="Unknown") | |
ApplicationException (const std::string &file, unsigned int line, const char *message="Application error.", const char *loc="Unknown") | |
ApplicationException (const std::string &file, unsigned int line, const std::string &message="Application error.", const std::string &loc="Unknown") | |
virtual const char * | GetNameOfClass () const |
Exception for runtime errors in OTB Applications.
Usually thrown with the otbAppLogFATAL macro
Definition at line 51 of file otbWrapperApplication.h.
otb::ApplicationException::ApplicationException | ( | const char * | file, |
unsigned int | line, | ||
const char * | message = "Application error." , |
||
const char * | loc = "Unknown" |
||
) |
Constructor.
otb::ApplicationException::ApplicationException | ( | const std::string & | file, |
unsigned int | line, | ||
const char * | message = "Application error." , |
||
const char * | loc = "Unknown" |
||
) |
Constructor.
otb::ApplicationException::ApplicationException | ( | const std::string & | file, |
unsigned int | line, | ||
const std::string & | message = "Application error." , |
||
const std::string & | loc = "Unknown" |
||
) |
|
virtual |
Run-time information.