#include <PhxExceptions.h>
Inheritance diagram for Phx::RangeException:

Public Member Functions | |
| virtual const char * | what () const throw () |
| Overloads the std::exception what() method to return a brief message. | |
This is frequently thrown as a result of attempting to construct an object in an invalid state. e.g., one might have an object that represents an integer with limited range, and whose constructor throws a RangeException if the client attempts to construct it with an integral value that is outside of the legal bounds.
|
|
Overloads the std::exception what() method to return a brief message. In general, the message should be very short, usually just specifying the type of error. Any information about the cause of the error itself that is not useful for programatic purposes should be logged rather than returned in the exception. Reimplemented from Phx::Exception. |
1.4.2