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

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

   ExceptionOutOfRangeC   
 
Exception: Out of Range
 
include "Ravl/Exception.hh"
User Level:Normal
Library:RavlCore
In Scope:RavlN

Comments:
Thrown if an operation in someway exceeds the allowed value. Examples: Access outside the range of an array, or one to many pop's from a stack

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

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