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

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

   ExceptionOperationFailedC   
 
Exception: Operation Failed
 
include "Ravl/Exception.hh"
User Level:Normal
Library:RavlCore
In Scope:RavlN

Comments:
Thrown if a requested operation failed because of conditions outside the programs control. (Such as running out of disk space.)

Parent Classes: Methods:
ExceptionOperationFailedC(const char * ndesc)
Constructor.

ExceptionOperationFailedC(const char * ntext,bool copy)
Constructor.
if copy is true, a copy is made of string 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