ANTLR Support Libraries 2.7.1+
Public Member Functions | Public Attributes
antlr::IOException Class Reference

#include <IOException.hpp>

Inheritance diagram for antlr::IOException:
Inheritance graph
[legend]
Collaboration diagram for antlr::IOException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IOException (std::exception &e)
 IOException (const std::string &mesg)
virtual ~IOException () throw ()

Public Attributes

std::exception io

Detailed Description

Generic IOException used inside support code. (thrown by XML I/O routs) basically this is something I'm using since a lot of compilers don't support ios_base::failure.


Constructor & Destructor Documentation

antlr::IOException::IOException ( std::exception &  e) [inline]
antlr::IOException::IOException ( const std::string &  mesg) [inline]
virtual antlr::IOException::~IOException ( ) throw () [inline, virtual]

Member Data Documentation

std ::exception antlr::IOException::io

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines