c3d-utils
Public Member Functions
UuIcsC3d::ContentError Struct Reference

ContentError is thrown if the content of a file is not valid. More...

#include <uuc3d.hpp>

List of all members.

Public Member Functions

 ContentError (std::string const &msg, std::string const &filename)
std::string filename () const
 Get the name of the file.
std::string msg () const
 Get the message.

Detailed Description

ContentError is thrown if the content of a file is not valid.


Constructor & Destructor Documentation

UuIcsC3d::ContentError::ContentError ( std::string const &  msg,
std::string const &  filename 
) [inline]

Constructor.

Parameters:
msgA message that describes what is not valid.
filenameThe name of the file (may be empty string).

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations