User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Error Handling - ExceptionEndOfStreamC
 

  PUBLIC
ExceptionEndOfStreamC::ExceptionEndOfStreamC(const char *)
ExceptionEndOfStreamC::ExceptionEndOfStreamC(const char *,bool)
ExceptionC::Text(void) const
ExceptionC::Dump(ostream &)
ExceptionC::what(void) const

   ExceptionEndOfStreamC   
 
Exception thrown when end of stream found.
 
include "Ravl/Exception.hh"
User Level:Normal
Library:RavlCore
In Scope:RavlN

Parent Classes: Methods:
ExceptionEndOfStreamC(const char * ntext)
Constructor

ExceptionEndOfStreamC(const char * ntext,bool copy)
Constructor.
if copy is true, make a copy of ntext.

const char * Text() const
Get error description.

void Dump(ostream & strm)
Dump contents of exception to strm;

const char * what() const
Standard exception text message.


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002