Public Member Functions | Public Attributes | List of all members
vil_exception_invalid_version Class Reference

Indicating an object with an unknown version number. More...

#include <vil_exception.h>

Inheritance diagram for vil_exception_invalid_version:
Inheritance graph
[legend]

Public Member Functions

 vil_exception_invalid_version (const std::string &function, const std::string &type, const std::string &file_name, const std::string &description="")
 
 ~vil_exception_invalid_version () override=default throw ()
 

Public Attributes

std::string function_name
 
std::string file_type
 
std::string filename
 
std::string details
 

Detailed Description

Indicating an object with an unknown version number.

Indicates that an image file (or subsection thereof) contains data marked as a version which iss unknown to the loading code.

Definition at line 154 of file vil_exception.h.

Constructor & Destructor Documentation

◆ vil_exception_invalid_version()

vil_exception_invalid_version::vil_exception_invalid_version ( const std::string &  function,
const std::string &  type,
const std::string &  file_name,
const std::string &  description = "" 
)
inline

Definition at line 158 of file vil_exception.h.

◆ ~vil_exception_invalid_version()

vil_exception_invalid_version::~vil_exception_invalid_version ( )
throw (
)
overridedefault

Member Data Documentation

◆ details

std::string vil_exception_image_io::details
inherited

Definition at line 117 of file vil_exception.h.

◆ file_type

std::string vil_exception_image_io::file_type
inherited

Definition at line 117 of file vil_exception.h.

◆ filename

std::string vil_exception_image_io::filename
inherited

Definition at line 117 of file vil_exception.h.

◆ function_name

std::string vil_exception_image_io::function_name
inherited

Definition at line 117 of file vil_exception.h.


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