Indicating an object with an unknown version number. More...
#include <vil_exception.h>
Public Member Functions | |
vil_exception_invalid_version (const vcl_string &function, const vcl_string &type, const vcl_string &file_name, const vcl_string &description="") | |
const char * | what () const |
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 205 of file vil_exception.h.
vil_exception_invalid_version::vil_exception_invalid_version | ( | const vcl_string & | function, |
const vcl_string & | type, | ||
const vcl_string & | file_name, | ||
const vcl_string & | description = "" |
||
) | [inline] |
Definition at line 211 of file vil_exception.h.
const char* vil_exception_invalid_version::what | ( | ) | const [inline] |
Definition at line 222 of file vil_exception.h.