openModeller  Version 1.4.0
RasterException Class Reference

#include <Exceptions.hh>

Inheritance diagram for RasterException:
Collaboration diagram for RasterException:

List of all members.

Public Member Functions

 RasterException (const std::string &msg, int code=0)
 ~RasterException () throw ()
int getCode ()

Private Attributes

int code

Detailed Description

Definition at line 138 of file Exceptions.hh.


Constructor & Destructor Documentation

RasterException::RasterException ( const std::string &  msg,
int  code = 0 
) [inline]

Definition at line 140 of file Exceptions.hh.

RasterException::~RasterException ( ) throw () [inline]

Definition at line 144 of file Exceptions.hh.


Member Function Documentation

int RasterException::getCode ( ) [inline]

Definition at line 145 of file Exceptions.hh.

References code.

Referenced by EnvironmentImpl::changeMask(), and EnvironmentImpl::loadLayers().


Member Data Documentation

int RasterException::code [private]

Definition at line 150 of file Exceptions.hh.

Referenced by getCode().


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