Egglib 2.1.11
C++ library reference manual
Public Member Functions | List of all members
EggInvalidCharacterError Class Reference

Exception type for invalid character. More...

#include <EggException.hpp>

Inheritance diagram for EggInvalidCharacterError:
EggException

Public Member Functions

 EggInvalidCharacterError (char c, unsigned int seqIndex, unsigned int posIndex)
 Creates the exception. More...
 
 ~EggInvalidCharacterError () throw ()
 Destructor. More...
 
- Public Member Functions inherited from EggException
 EggException ()
 Constructor with empty error message.
 
 EggException (const char *message)
 Creates the exception.
 
 ~EggException () throw ()
 Destructor.
 
virtual const char * what () const throw ()
 Gets error message.
 

Additional Inherited Members

- Protected Attributes inherited from EggException
std::string message
 

Detailed Description

Exception type for invalid character.

Constructor & Destructor Documentation

EggInvalidCharacterError ( char  c,
unsigned int  seqIndex,
unsigned int  posIndex 
)

Creates the exception.

~EggInvalidCharacterError ( )
throw (
)
inline

Destructor.


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

Hosted by 
Get EggLib at SourceForge.net. Fast, secure and Free Open Source software downloads