#include <vil_exception.h>
Generally this should be thrown, only after checks on the image type have been passed by the file format object, and while an unrecoverable error is detected inside the image_resource constructor, or similar.
Definition at line 147 of file vil_exception.h.
Public Member Functions | |
| vil_exception_image_io (const vcl_string &function, const vcl_string &type, const vcl_string &file_name, const vcl_string &description="") | |
| const char * | what () const |
Public Attributes | |
| vcl_string | full_what |
| vcl_string | function_name |
| vcl_string | file_type |
| vcl_string | filename |
| vcl_string | details |
| vil_exception_image_io::vil_exception_image_io | ( | const vcl_string & | function, | |
| const vcl_string & | type, | |||
| const vcl_string & | file_name, | |||
| const vcl_string & | description = "" | |||
| ) | [inline] |
Definition at line 157 of file vil_exception.h.
| const char* vil_exception_image_io::what | ( | ) | const [inline] |
Definition at line 172 of file vil_exception.h.
| vcl_string vil_exception_image_io::full_what |
Definition at line 154 of file vil_exception.h.
| vcl_string vil_exception_image_io::function_name |
Definition at line 156 of file vil_exception.h.
| vcl_string vil_exception_image_io::file_type |
Definition at line 156 of file vil_exception.h.
| vcl_string vil_exception_image_io::filename |
Definition at line 156 of file vil_exception.h.
| vcl_string vil_exception_image_io::details |
Definition at line 156 of file vil_exception.h.
1.5.1