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

Base class for all exceptions thrown by PLYwoot. More...

#include <exceptions.hpp>

Inheritance diagram for plywoot::Exception:
plywoot::HeaderParserException plywoot::HeaderScannerException plywoot::ParserException plywoot::InvalidFormat plywoot::UnexpectedToken plywoot::InvalidInputStream plywoot::UnexpectedEof

Public Member Functions

 Exception (const std::string &message)
 

Detailed Description

Base class for all exceptions thrown by PLYwoot.

Definition at line 31 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ Exception()

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

Constructs an exception instance with the given error message.

Parameters
messageexception message to store in this exception

Definition at line 37 of file exceptions.hpp.


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