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

Base class for all parser exceptions. More...

#include <ascii_parser_policy.hpp>

Inheritance diagram for plywoot::ParserException:
plywoot::Exception plywoot::UnexpectedEof

Public Member Functions

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

Detailed Description

Base class for all parser exceptions.

Definition at line 37 of file ascii_parser_policy.hpp.

Constructor & Destructor Documentation

◆ ParserException()

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

Constructs a parser exception with the given exception message.

Parameters
messageparser exception message

Definition at line 42 of file ascii_parser_policy.hpp.


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