stlencoders  1.1.3
Public Member Functions | List of all members
stlencoders::invalid_length Class Reference

Exception class thrown to report an invalid length of a character sequence. More...

Inheritance diagram for stlencoders::invalid_length:
stlencoders::decode_error

Public Member Functions

 invalid_length (const std::string &s)
 Constructs an object of class invalid_length. More...
 
- Public Member Functions inherited from stlencoders::decode_error
 decode_error (const std::string &s)
 Constructs an object of class decode_error. More...
 

Detailed Description

Exception class thrown to report an invalid length of a character sequence.

Constructor & Destructor Documentation

stlencoders::invalid_length::invalid_length ( const std::string &  s)
inlineexplicit

Constructs an object of class invalid_length.