vil_exception_unsupported_operation Class Reference

#include <vil_exception.h>

List of all members.


Detailed Description

Indicates that some operation is not supported.

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 121 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

Constructor & Destructor Documentation

vil_exception_unsupported_operation::vil_exception_unsupported_operation ( const vcl_string &  operation  )  [inline]

Definition at line 128 of file vil_exception.h.


Member Function Documentation

const char* vil_exception_unsupported_operation::what (  )  const [inline]

Definition at line 137 of file vil_exception.h.


Member Data Documentation

vcl_string vil_exception_unsupported_operation::operation_name

Definition at line 127 of file vil_exception.h.


The documentation for this class was generated from the following file:
Generated on Mon Nov 23 05:08:44 2009 for core/vil by  doxygen 1.5.1