HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions
tt::parse_error Class Reference

#include <ttauri/exception.hpp>

Inheritance diagram for tt::parse_error:
std::runtime_error std::exception

Public Member Functions

template<typename FirstArg , typename... Args>
 parse_error (std::string_view fmt, FirstArg const &arg1, Args const &... args) noexcept
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 
- Public Member Functions inherited from std::exception
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Detailed Description

Exception thrown during parsing on an error.

This exception is often thrown due to an error in the syntax in both text and binary files.

The error_info-"parse_location" is often filled in for the specific file name and location inside the file where the error was.


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