#include <IOException.hpp>


Public Member Functions | |
| ANTLR_USE_NAMESPACE (std) exception io | |
| IOException (ANTLR_USE_NAMESPACE(std) exception &e) | |
| IOException (const ANTLR_USE_NAMESPACE(std) string &mesg) | |
| virtual | ~IOException () throw () |
Definition at line 23 of file IOException.hpp.
| IOException::IOException | ( | ANTLR_USE_NAMESPACE(std) exception & | e | ) | [inline] |
Definition at line 28 of file IOException.hpp.
| IOException::IOException | ( | const ANTLR_USE_NAMESPACE(std) string & | mesg | ) | [inline] |
Definition at line 32 of file IOException.hpp.
| virtual IOException::~IOException | ( | ) | throw () [inline, virtual] |
Definition at line 36 of file IOException.hpp.
| IOException::ANTLR_USE_NAMESPACE | ( | std | ) |
Reimplemented from ANTLRException.
1.5.6