zorba::hexbinary::exception

#include <zorba/util/hexbinary_util.h>

A hexbinary::exception is-an invalid_argument that contains additional details about the exception such as the invalid character and its offset.

Private Attributes

char

char_

size_type

offset_

Public Functions

size_type

char_offset() const

exception(char c, size_type offset, std::string const &msg)

char

invalid_char() const

Private Attributes

char_

char char_

offset_

size_type offset_

Public Functions

char_offset

size_type char_offset() const

exception

 exception(char c, size_type offset, std::string const &msg)

invalid_char

char invalid_char() const