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

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

#include <header_scanner.hpp>

Inheritance diagram for plywoot::HeaderScannerException:
plywoot::Exception plywoot::InvalidInputStream

Public Member Functions

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

Detailed Description

Base class for all header scanner exceptions.

Definition at line 36 of file header_scanner.hpp.

Constructor & Destructor Documentation

◆ HeaderScannerException()

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

Constructs a header scanner exception with the given exception message.

Parameters
messageexception message

Definition at line 41 of file header_scanner.hpp.


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