|
PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
Base class for all header scanner exceptions. More...
#include <header_scanner.hpp>
Public Member Functions | |
| HeaderScannerException (const std::string &message) | |
Public Member Functions inherited from plywoot::Exception | |
| Exception (const std::string &message) | |
Base class for all header scanner exceptions.
Definition at line 36 of file header_scanner.hpp.
|
inline |
Constructs a header scanner exception with the given exception message.
| message | exception message |
Definition at line 41 of file header_scanner.hpp.