GME  13
Public Member Functions
OclCommon::ExceptionPool Class Reference

#include <OCLException.h>

List of all members.

Public Member Functions

 ExceptionPool ()
 ExceptionPool (const ExceptionPool &object)
ExceptionPooloperator= (const ExceptionPool &object)
void Add (Exception &e)
void Add (ExceptionPool &ePool)
int Size () const
ExceptionGetAt (int iPos) const
bool IsEmpty ()
void Clear (int from=-1, int to=-1)
bool HasError () const
void SetLine (int iLine)
void SetColumn (int iColumn)

Detailed Description

Definition at line 243 of file OCLException.h.


Constructor & Destructor Documentation

Definition at line 252 of file OCLException.h.

Definition at line 257 of file OCLException.h.


Member Function Documentation

void OclCommon::ExceptionPool::Add ( Exception e) [inline]

Definition at line 271 of file OCLException.h.

void OclCommon::ExceptionPool::Add ( ExceptionPool ePool) [inline]

Definition at line 278 of file OCLException.h.

void OclCommon::ExceptionPool::Clear ( int  from = -1,
int  to = -1 
) [inline]

Definition at line 299 of file OCLException.h.

Exception& OclCommon::ExceptionPool::GetAt ( int  iPos) const [inline]

Definition at line 289 of file OCLException.h.

bool OclCommon::ExceptionPool::HasError ( ) const [inline]

Definition at line 328 of file OCLException.h.

Definition at line 294 of file OCLException.h.

ExceptionPool& OclCommon::ExceptionPool::operator= ( const ExceptionPool object) [inline]

Definition at line 262 of file OCLException.h.

void OclCommon::ExceptionPool::SetColumn ( int  iColumn) [inline]

Definition at line 339 of file OCLException.h.

void OclCommon::ExceptionPool::SetLine ( int  iLine) [inline]

Definition at line 333 of file OCLException.h.

int OclCommon::ExceptionPool::Size ( ) const [inline]

Definition at line 284 of file OCLException.h.


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