libebml_ng
Public Member Functions | Public Attributes | List of all members
ebml::ebmlDecodeError Class Reference

#include <exceptions.h>

Inheritance diagram for ebml::ebmlDecodeError:
ebml::ebmlException ebml::ebmlDataContinues ebml::ebmlFormatError ebml::ebmlInvalidVint ebml::ebmlNoChildMatch ebml::ebmlNoMatch ebml::ebmlUnexpectedEndOfData ebml::unicodeDecodeError

Public Member Functions

 ebmlDecodeError (const std::string &message, const ebmlElementType *cls=nullptr, off_t offset=-1, unsigned char headSize=0, off_t erroroffset=-1)
 
virtual void add_to_offset (off_t)
 
- Public Member Functions inherited from ebml::ebmlException
 ebmlException (const std::string &message)
 
const char * what () const noexcept override
 

Public Attributes

off_t offset
 
unsigned char headSize
 
off_t erroroffset
 
const ebmlElementTypecls
 

Constructor & Destructor Documentation

◆ ebmlDecodeError()

ebml::ebmlDecodeError::ebmlDecodeError ( const std::string &  message,
const ebmlElementType cls = nullptr,
off_t  offset = -1,
unsigned char  headSize = 0,
off_t  erroroffset = -1 
)

Member Function Documentation

◆ add_to_offset()

void ebml::ebmlDecodeError::add_to_offset ( off_t  delta)
virtual

Member Data Documentation

◆ cls

const ebmlElementType* ebml::ebmlDecodeError::cls

◆ erroroffset

off_t ebml::ebmlDecodeError::erroroffset

◆ headSize

unsigned char ebml::ebmlDecodeError::headSize

◆ offset

off_t ebml::ebmlDecodeError::offset

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