WPILibC++  trunk
Public Member Functions | List of all members
EOFException Class Reference

#include <EOFException.h>

Inheritance diagram for EOFException:
Inheritance graph
[legend]
Collaboration diagram for EOFException:
Collaboration graph
[legend]

Public Member Functions

 EOFException ()
 
virtual bool isEOF ()
 
- Public Member Functions inherited from IOException
 IOException (const char *message)
 
 IOException (const char *message, int errorValue)
 
const char * what ()
 

Detailed Description

Indicates that an EOF was encountered during an I/O operation, and therefore the operation could not be completed.

Definition at line 18 of file EOFException.h.

Constructor & Destructor Documentation

EOFException::EOFException ( )

Creates an EOFException.

Definition at line 9 of file EOFException.cpp.

Member Function Documentation

bool EOFException::isEOF ( )
virtual

Implements IOException::isEOF()

Reimplemented from IOException.

Definition at line 12 of file EOFException.cpp.


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