OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Static Public Attributes | List of all members
SolutionException Class Reference

#include <solution.h>

Inheritance diagram for SolutionException:

Public Member Functions

 SolutionException (const char *a_what=0)
 

Static Public Attributes

static unsigned long Select
 

Detailed Description

Definition at line 46 of file solution.h.

Constructor & Destructor Documentation

◆ SolutionException()

SolutionException::SolutionException ( const char *  a_what = 0)

Definition at line 39 of file solution.cpp.

References Tracer::AddTrace(), and Select.

39  : Exception()
40 {
41  Select = Exception::Select;
42  AddMessage("Error detected by solution package\n");
43  AddMessage(a_what); AddMessage("\n");
44  if (a_what) Tracer::AddTrace();
45 };
static void AddTrace()
Definition: myexcept.cpp:110
static unsigned long Select
Definition: solution.h:49

Member Data Documentation

◆ Select

unsigned long SolutionException::Select
static

Definition at line 49 of file solution.h.

Referenced by SolutionException().


The documentation for this class was generated from the following files: