STK++ 0.9.13
STK::range_error Class Reference

Thrown to indicate range errors in internal computations. More...

#include <STK_Exceptions.h>

Inheritance diagram for STK::range_error:
Inheritance graph

Public Member Functions

 range_error (String const &__arg)
 
virtual ~range_error () throw ()
 
- Public Member Functions inherited from STK::runtime_error
 runtime_error (String const &__arg)
 Takes a character String describing the error.
 
virtual ~runtime_error () throw ()
 
- Public Member Functions inherited from STK::Exception
 Exception () throw ()
 
 Exception (String const &__arg) throw ()
 Takes a character String describing the error.
 
virtual ~Exception () throw ()
 
virtual const String error () const throw ()
 Returns a C-style character string describing the general cause of the current error.
 

Detailed Description

Thrown to indicate range errors in internal computations.


Definition at line 135 of file STK_Exceptions.h.

Constructor & Destructor Documentation

◆ range_error()

STK::range_error::range_error ( String const __arg)
inlineexplicit

Definition at line 173 of file STK_Exceptions.h.

173: runtime_error(__arg) {}
runtime_error(String const &__arg)
Takes a character String describing the error.

◆ ~range_error()

STK::range_error::~range_error ( )
throw (
)
inlinevirtual

Definition at line 174 of file STK_Exceptions.h.

174{}

The documentation for this class was generated from the following file: