#include <exceptions.h>
Inherits std::exception.
Public Member Functions | |
virtual const char * | what () const throw () |
U2D_Parse_Error_Exception (string reason) |
An U2D_Parse_Error_Exception is generated whenever a string parse fails.
U2D_Parse_Error_Exception::U2D_Parse_Error_Exception | ( | string | msg | ) |
Creates a new instance of the exception, using the given message as its description.
msg | The description message of this exception |
const char * U2D_Parse_Error_Exception::what | ( | ) | const throw () [virtual] |
Returns the description message for this exception.