ClusterFromOrToMissing Class Reference

Thrown when a user attempt to create a Linker without specify the "from" or "to". More...

Inheritance diagram for ClusterFromOrToMissing:

Public Member Functions

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

Detailed Description

Thrown when a user attempt to create a Linker without specify the "from" or "to".

Definition at line 363 of file nnfwexceptions.h.

Constructor & Destructor Documentation

ClusterFromOrToMissing ( ) throw ()
inline

Constructor.

Definition at line 369 of file nnfwexceptions.h.

ClusterFromOrToMissing ( const ClusterFromOrToMissing other) throw ()
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 379 of file nnfwexceptions.h.

virtual ~ClusterFromOrToMissing ( ) throw ()
inlinevirtual

Destructor.

Definition at line 403 of file nnfwexceptions.h.

Member Function Documentation

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

Copy operator.

Parameters
otherthe exception to copy

Definition at line 389 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 412 of file nnfwexceptions.h.


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