User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
ErrorDivideByZeroC::ErrorDivideByZeroC(const char *)
ErrorDivideByZeroC::ErrorDivideByZeroC(const char *,bool)
ExceptionC::Text(void) const
ExceptionC::Dump(void)
ExceptionC::what(void) const
ErrorDivideByZeroC
 
Report a division by zero.
 
include "amma/NumericalErrors.hh"
User Level:Default
Library:Mtype
Section:Basic Types.Exceptions
In Scope:std

Comments:
This should be thrown when a division by zero occures that can't be handled correctly with the current implementation. The error message should tell the user which routine this occured in.

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

ErrorDivideByZeroC(const char * ntext,bool copy)
Constructor.
Copy string if 'copy' is true.

#include "amma/StdError.hh"
const char * Text() const
Get error description.

void Dump()
Dump contents of exception to cerr;

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


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001