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

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

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

Comments:
Thrown if an assertion failed during the running of the program. these should only be thrown if an internal inconsitancy has been detected.

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

ExceptionAssertionFailedC(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