![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbWrapperApplication.h>
Inheritance diagram for otb::ApplicationException:
Collaboration diagram for otb::ApplicationException: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.
1.8.17