OptppExceptions is the base class for OptppMemoryError, OptppRangeError, OptppMathError, OptppDomainError, OptppZeroDivide. More...
Inherited by OPTPP::OptppMathError, OPTPP::OptppMemoryError, OPTPP::OptppRangeError, and OPTPP::RecoverableOptppExceptions.
Public Member Functions | |
virtual const char * | message () const |
OptppExceptions (const char *mesg) | |
virtual void | print () const |
Protected Attributes | |
char | mesg_ [1000] |
OptppExceptions is the base class for OptppMemoryError, OptppRangeError, OptppMathError, OptppDomainError, OptppZeroDivide.
Definition at line 23 of file OptppExceptions.h.