Wt  3.3.0
Public Member Functions
Wt::Json::TypeException Class Reference

Exception that indicates a type error. More...

#include <Wt/Json/Value>

Inheritance diagram for Wt::Json::TypeException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const std::string & name () const
 Returns the object field name (if known)
Type actualType () const
 Returns the value type.
Type expectedType () const
 Returns the expected value type.

Detailed Description

Exception that indicates a type error.

This exception is thrown when a Value is being casted to an incompatible C++ type.

Note:
To avoid exceptions, coerce the type first, and handle Null values.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator

Generated on Mon Apr 8 2013 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1