Type of exception that is thrown from throwBadConversion. More...
#include <Util/StringConversions.H>
Public Member Functions | |
virtual const char * | what () const =0 throw () |
Static Public Member Functions | |
template<class T > | |
static void | raise (const std::string &str, const std::string &extrainfo="") |
Raise an exception for an invalid string conversion to the given type. |
Type of exception that is thrown from throwBadConversion.
The real type of the exception is a derived type that is hidden from this header file -- that's so that we can encapsulate the implementation.
Definition at line 52 of file StringConversions.H.