VectorResizeNotAllowed Class Reference

Thrown when a user attempt to resize a DoubleVector with isinternal flag on. More...

Inheritance diagram for VectorResizeNotAllowed:

Public Member Functions

 VectorResizeNotAllowed () throw ()
 Constructor. More...
 
 VectorResizeNotAllowed (const VectorResizeNotAllowed &other) throw ()
 Copy constructor. More...
 
virtual ~VectorResizeNotAllowed () throw ()
 Destructor. More...
 
VectorResizeNotAllowedoperator= (const VectorResizeNotAllowed &other) throw ()
 Copy operator. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

Thrown when a user attempt to resize a DoubleVector with isinternal flag on.

Definition at line 116 of file nnfwexceptions.h.

Constructor & Destructor Documentation

VectorResizeNotAllowed ( )
throw (
)
inline

Constructor.

Definition at line 122 of file nnfwexceptions.h.

VectorResizeNotAllowed ( const VectorResizeNotAllowed other)
throw (
)
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 132 of file nnfwexceptions.h.

virtual ~VectorResizeNotAllowed ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 156 of file nnfwexceptions.h.

Member Function Documentation

VectorResizeNotAllowed& operator= ( const VectorResizeNotAllowed other)
throw (
)
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 142 of file nnfwexceptions.h.

virtual const char* what ( ) const
throw (
)
inlinevirtual

Returns a C string describing the exception.

Returns
a C string describing the exception

Definition at line 165 of file nnfwexceptions.h.


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