#include <base64_exception.hpp>


Public Types | |
| enum | exception_code { invalid_code, invalid_character, other_exception } |
Public Member Functions | |
| base64_exception (exception_code c=other_exception) | |
| virtual const char * | what () const throw ( ) |
Public Attributes | |
| exception_code | code |
|
inline |
|
inlinevirtual | |||||||||||||
References BOOST_ASSERT, invalid_character, and invalid_code.
| exception_code boost::archive::iterators::base64_exception::code |