openPMD-api
Public Member Functions | List of all members
openPMD::error::WrongAPIUsage Class Reference

The API was used in an illegal way. More...

#include <Error.hpp>

Inheritance diagram for openPMD::error::WrongAPIUsage:
Inheritance graph
[legend]
Collaboration diagram for openPMD::error::WrongAPIUsage:
Collaboration graph
[legend]

Public Member Functions

 WrongAPIUsage (std::string what)
 
- Public Member Functions inherited from openPMD::Error
virtual const char * what () const noexcept
 
 Error (Error const &)=default
 
 Error (Error &&)=default
 
Erroroperator= (Error const &)=default
 
Erroroperator= (Error &&)=default
 

Additional Inherited Members

- Protected Member Functions inherited from openPMD::Error
 Error (std::string what)
 

Detailed Description

The API was used in an illegal way.

Example: File-based iteration encoding is selected without specifying an expansion pattern.


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