PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
Base class for all parser exceptions. More...
#include <ascii_parser_policy.hpp>
Public Member Functions | |
ParserException (const std::string &message) | |
![]() | |
Exception (const std::string &message) | |
Base class for all parser exceptions.
Definition at line 37 of file ascii_parser_policy.hpp.
|
inline |
Constructs a parser exception with the given exception message.
message | parser exception message |
Definition at line 42 of file ascii_parser_policy.hpp.