BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslx::TestInStreamException Class Reference

#include <bslx_testinstreamexception.h>

Public Member Functions

 TestInStreamException (TypeCode::Enum type)
 Create an exception object initialized with the specified type.
 
 ~TestInStreamException ()=default
 
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 bslx_testinstreamexception

Constructor & Destructor Documentation

◆ TestInStreamException()

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

◆ ~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: