scenario_simulator_v2 C++ API
Public Member Functions | List of all members
common::scenario_simulator_exception::SyntaxError Struct Reference

There is a syntactic error in the description of the scenario. Or you are using a feature that is not yet supported by our implementation. More...

#include <exception.hpp>

Inheritance diagram for common::scenario_simulator_exception::SyntaxError:
Inheritance graph
[legend]
Collaboration diagram for common::scenario_simulator_exception::SyntaxError:
Collaboration graph
[legend]

Public Member Functions

template<typename... Ts>
 Error (Ts &&... xs)
 
- Public Member Functions inherited from common::scenario_simulator_exception::Error
template<typename... Ts>
 Error (Ts &&... xs)
 

Detailed Description

There is a syntactic error in the description of the scenario. Or you are using a feature that is not yet supported by our implementation.

Member Function Documentation

◆ Error()

template<typename... Ts>
common::scenario_simulator_exception::Error::Error ( typename...  Ts)
inlineexplicit

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