USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::JP2Error Class Reference
[High Level Cube I/O]

Kakadu error messaging class. More...

#include <JP2Error.h>

List of all members.

Public Member Functions

void put_text (const char *message)
 <Save text from a Kakadu produced error
void add_text (const std::string &message)
 Write Kakadu error messages using ISIS3 methods.
void flush (bool end_of_message=false)
 Used to store accumulated Kakadu error messages.

Public Attributes

std::string Message

Detailed Description

Kakadu error messaging class.

This class is used to register a Kakadu error handler. It is necessary to register the routines put_text, add_text, and flush with the Kakadu error handler in order for the Kakadu error messages to get reported to the user.

Author:
2009-12-18 Janet Barrett

Member Function Documentation

void Isis::JP2Error::add_text ( const std::string &  message  ) 

Write Kakadu error messages using ISIS3 methods.

Register add_text routine with Kakadu error and warning handling facility.

This routine places newline character between successive Kakadu produced error messages.

void Isis::JP2Error::flush ( bool  end_of_message = false  ) 

Used to store accumulated Kakadu error messages.

Register flush routine with Kakadu error and warning handling facility.

This routine writes Kakadu error messages out using ISIS3 preferred method.

References _FILEINFO_, Message, and Isis::iException::User.

void Isis::JP2Error::put_text ( const char *  message  ) 

<Save text from a Kakadu produced error

This class is necessary to catch the error messages produced by Kakadu so that they can be output using ISIS3 methods.

Place newline character between successive Kakadu produced error messages

If these routines are not registered with the Kakadu error handling facility, then the Kakadu errors will be lost and not reported to the user. Register put_text routine with Kakadu error and warning handling facility. This routine saves the text from a Kakadu produced error message.


Member Data Documentation

Referenced by flush().


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