PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
plywoot::HeaderParserException Struct Reference

Base class for all header parser exceptions. More...

#include <header_parser.hpp>

Inheritance diagram for plywoot::HeaderParserException:
plywoot::Exception plywoot::InvalidFormat plywoot::UnexpectedToken

Public Member Functions

 HeaderParserException (const std::string &message)
 
- Public Member Functions inherited from plywoot::Exception
 Exception (const std::string &message)
 

Detailed Description

Base class for all header parser exceptions.

Definition at line 42 of file header_parser.hpp.

Constructor & Destructor Documentation

◆ HeaderParserException()

plywoot::HeaderParserException::HeaderParserException ( const std::string &  message)
inline

Constructs a header parser exception with the given error message.

Parameters
messageheader parser error message

Definition at line 47 of file header_parser.hpp.


The documentation for this struct was generated from the following file: