BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslx::TestInStreamException Class Reference

#include <bslx_testinstreamexception.h>

Detailed Description

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

See bslx_testinstreamexception

Public Member Functions

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

Constructor & Destructor Documentation

◆ TestInStreamException()

bslx::TestInStreamException::TestInStreamException ( TypeCode::Enum  type)
inlineexplicit

Create an exception object initialized with the specified type.

◆ ~TestInStreamException()

bslx::TestInStreamException::~TestInStreamException ( )
default

Member Function Documentation

◆ dataType()

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

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


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