Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Error Handling - ExceptionNumericalC
 

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

   ExceptionNumericalC   
 
Exception: Numerical exception.
 
include "Ravl/Exception.hh"
Source file:Ravl/Core/Base/Exception.hh
User Level:Normal
Library:RavlCore
In Scope:RavlN

Comments:
May be thrown where an operation failes for a numerical reason, such as taking the Sqrt(-1) or inverting a singular matrix.

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

ExceptionNumericalC(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:30 2002