FountainErrors.h File Reference

FountainError code enum and FountainException class declaration. More...

#include "define.h"
#include <string>
#include <stdexcept>

Go to the source code of this file.

Classes

class  FountainException
 A base class for all exceptions thrown by various Fountain components. More...
class  FatalFountainException
 This class inherits from the FountainException class to override its isFatal method to distinguish between exceptions that should be rethrown when caught and those that should not. More...

Enumerations

enum  FountainErrorCode

Functions

bool fountain_convert (const char *s, FountainErrorCode &t)


Detailed Description

FountainError code enum and FountainException class declaration.

Header
/afs/scl/project/cvsroot/fountain/source/common/FountainErrors.h,v 1.13 2006/02/28 22:54:21 samm Exp

Enumeration Type Documentation

enum FountainErrorCode
 

Contains error codes for various Fountain error states


Function Documentation

bool fountain_convert const char *  s,
FountainErrorCode t
 

Precondition:
Assigned(s), Assigned(t)
Postcondition:
: Convert the specified string to the specified type and return true. Return false if the conversion failed.


Generated on Wed Mar 8 14:43:31 2006 for Fountain by  doxygen 1.4.6