Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::JSONConversionException Class Reference

This exception is thrown by from_json(json& j, const DataFrame* df) in case the input is illformated or unsupported. This includes empty sources, unmatched quotes, missing headers. More...

#include <jsondataframeconversion.h>

Inheritance diagram for inviwo::JSONConversionException:

Additional Inherited Members

Public Member Functions inherited from inviwo::DataReaderException
 Exception (std::string_view message="", SourceContext context=std::source_location::current())
 Exception (fmt::string_view format, fmt::format_args &&args, SourceContext context)
template<typename... Args>
 Exception (SourceContext context, fmt::format_string< Args... > format, Args &&... args)
Public Member Functions inherited from inviwo::Exception
 Exception (std::string_view message="", SourceContext context=std::source_location::current())
 Exception (fmt::string_view format, fmt::format_args &&args, SourceContext context)
template<typename... Args>
 Exception (SourceContext context, fmt::format_string< Args... > format, Args &&... args)
virtual std::string getMessage () const
std::string getFullMessage () const
std::string getFullMessage (size_t maxFrames) const
virtual const SourceContextgetContext () const
const std::vector< std::string > & getStack () const

Detailed Description

This exception is thrown by from_json(json& j, const DataFrame* df) in case the input is illformated or unsupported. This includes empty sources, unmatched quotes, missing headers.

See also
JSONDataFrameReader

The documentation for this class was generated from the following file:
  • jsondataframeconversion.h