SpatialFailure Class Reference

#include <SpatialException.h>

Inheritance diagram for SpatialFailure:
Inheritance graph
[legend]
Collaboration diagram for SpatialFailure:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SpatialFailure (const char *what=0) throw ()
 Default and explicit constructors.
 SpatialFailure (const char *context, const char *because) throw ()
 Standard constructor.
 SpatialFailure (const char *context, const char *operation, const char *resource, const char *because=0) throw ()
 Special constructor.
 SpatialFailure (const SpatialFailure &) throw ()
 Copy constructor.

Detailed Description

SpatialException thrown on operational failure. This Exception should be thrown when an operation fails unexpectedly. A special constructor is provided for assembling the message from the typical components: program context, operation name, resource name, and explanation. As usual, any component may be left out by specifying the null pointer.


Constructor & Destructor Documentation

SpatialFailure::SpatialFailure ( const char *  what = 0  )  throw ()

Default and explicit constructors.

SpatialFailure::SpatialFailure ( const char *  context,
const char *  because 
) throw ()

Standard constructor.

SpatialFailure::SpatialFailure ( const char *  context,
const char *  operation,
const char *  resource,
const char *  because = 0 
) throw ()

Special constructor.

References CONTEXT.

SpatialFailure::SpatialFailure ( const SpatialFailure oldX  )  throw ()

Copy constructor.


The documentation for this class was generated from the following files:
Generated on Mon Oct 4 10:39:48 2010 for HtmSrc by  doxygen 1.6.3