Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bslx::TestInStreamException Class Reference

#include <bslx_testinstreamexception.h>

List of all members.

Public Member Functions

 TestInStreamException (TypeCode::Enum type)
 ~TestInStreamException ()
TypeCode::Enum dataType () const

Detailed Description

This class defines an exception object for unexternalization operations. Instances of this class contain information about an unexternalization request.

See Component bslx_testinstreamexception


Constructor & Destructor Documentation

bslx::TestInStreamException::TestInStreamException ( TypeCode::Enum  type  )  [explicit]

Create an exception object initialized with the specified type.

bslx::TestInStreamException::~TestInStreamException (  ) 

Destroy this object. Note that this method's definition is compiler generated.


Member Function Documentation

TypeCode::Enum bslx::TestInStreamException::dataType (  )  const

Return the type code that was supplied at construction of this exception object.


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