Now you can download a copy of these docs so you can use them offline! Download now
EOFException Class Reference

#include <EOFException.h>

Inheritance diagram for EOFException:
Collaboration diagram for EOFException:

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:

Generated on Sat Apr 26 2014 12:26:46 for WPILibC++ by doxygen 1.8.6