Class TensorFileException

Inheritance Relationships

Base Type

Class Documentation

class Jet::TensorFileException : public Jet::Exception

TensorFileException is thrown when the contents of a tensor network file are invalid.

Public Functions

inline explicit TensorFileException(const std::string &what_arg)

Constructs a new TensorFileException exception.

Parameters

what_arg – Error message explaining what went wrong while loading a tensor network file.

inline explicit TensorFileException(const char *what_arg)

See

TensorFileException(const std::string&).