#include <vil_exception.h>
In most cases you will not get this exception. For efficiency reasons, vil may not test for this problem, or may if you are lucky trip an assert. This function is only used in cases where easy of use, and risk of mistakes are high, and inefficiency is very low.
Definition at line 122 of file vil_exception.h.
Public Member Functions | |
| vil_exception_unsupported_operation (const vcl_string &operation) | |
| const char * | what () const |
Public Attributes | |
| vcl_string | operation_name |
| vil_exception_unsupported_operation::vil_exception_unsupported_operation | ( | const vcl_string & | operation | ) | [inline] |
Definition at line 129 of file vil_exception.h.
| const char* vil_exception_unsupported_operation::what | ( | ) | const [inline] |
Definition at line 138 of file vil_exception.h.
Definition at line 128 of file vil_exception.h.
1.5.1